Aliyun.OSS Namespace |
Class | Description | |
---|---|---|
AbortMultipartUploadRequest |
The request to abort a multipart upload. It specifies all parameters needed for the operation.
| |
AccessControlList |
The class defines "Access control list"(ACL).
It contains a list of Grant instances, each specifies a IGrantee and
a Permission.
| |
AppendObjectRequest |
The request which is used to append data into an object (existing or non-existing)
| |
AppendObjectResult |
The result class for appending operation.
| |
Bucket |
Bucket is the OSS namespace, which could be thought as storage space.
| |
BucketInfo |
The bucket information class
| |
BucketInfoEntry | ||
BucketInfoEntryBucketACL | ||
BucketLocationResult |
The result class of the operation to get bucket's location.
| |
BucketLoggingResult |
The result class of the operation to get bucket logging config
| |
BucketMetadata |
OSS bucket's metadata, which is the collection of 'key,value' pair.
| |
BucketStat |
Bucket state.
| |
BucketWebsiteResult |
The result class of the operation to get bucket's static website config.
| |
CompleteMultipartUploadRequest |
The request class of operation to complete a multipart upload
| |
CompleteMultipartUploadResult |
The result class of operation to complete a multipart upload.
| |
CopyObjectRequest |
The request class of the operation to copy an existing object to another one. The destination object could be a non-existing or existing object.
| |
CopyObjectResult |
Result class for the copy object operation.
| |
CORSRule |
Defining a cross origin resource sharing rule
| |
CreateSymlinkRequest |
Create symlink request.
| |
DeleteObjectsRequest |
The request class of the operation to delete multiple objects in OSS.
| |
DeleteObjectsResult |
Description of DeleteObjectsResult.
| |
DeleteObjectsResultDeletedObject |
Deleted object class. Key is its only property.
| |
DownloadObjectRequest | ||
GeneratePresignedUriRequest |
The request class of the operation to sign the URL
| |
GetBucketStorageCapacityResult |
The result class of the operation to get bucket's storage capacity.
| |
GetObjectRequest |
The request class for getting object from OSS.
| |
Grant |
The access control grant class definition
| |
GroupGrantee |
It defines a group of user that could be granted with permission.
| |
InitiateMultipartUploadRequest |
The request class of the operation to initiate a multipart upload
| |
InitiateMultipartUploadResult |
The result class of the operation to initiate a multipart upload.
| |
LifecycleRule |
Lifecycle rule definition class, which represents one rule of Lifecycle
| |
LifecycleRuleLifeCycleExpiration |
Life cycle expiration.
| |
LifecycleRuleLifeCycleTransition |
Life cycle transition.
| |
ListBucketsRequest |
The request class of the operation to list Bucket of the current account.
| |
ListBucketsResult |
The result class of the operation to list buckets.
| |
ListMultipartUploadsRequest |
The request class of the operation to list ongoing multipart uploads.
| |
ListObjectsRequest |
The request class of the operation to list objects' summary(OssObjectSummary)
| |
ListPartsRequest |
The request class of operation to list parts of a ongoing multipart upload.
| |
MultipartUpload |
The mutipart upload class definition.
| |
MultipartUploadListing |
The result class of the operation to list ongoing multipart uploads.
| |
ObjectListing |
The result class of the operation to list objects.
| |
ObjectMetadata |
OSS object's metadata, which is the collection of 'key,value' pair.
It includes user's custom metadata, as well as standard HTTP headers such as Content-Length, ETag, etc. | |
OssClient |
The OSS's access entry point interface's implementation.
| |
OssObject |
Base class for OSS's object.
| |
OssObjectSummary | OssObject's summary information, no object data.
| |
OssSymlink |
The result object of GetSymlink
| |
Owner |
The owner of the OSS object.
| |
Part |
The part's summary information in a multipart upload. It does not have the actual content data.
| |
PartETag |
The class consists of part ETag and Part number. It's used in the request to complete the multipart upload.
| |
PartListing |
The result class of the operation to list the parts of a multipart upload.
| |
PolicyConditions |
Conditions list. It specifies all valid fields in the post form.
| |
PutObjectRequest |
The request class of the operation to put an object to OSS.
| |
PutObjectResult |
The request class of the operatoin to upload an object
| |
RefererConfiguration |
Referer Configuration
| |
RefererConfigurationRefererListModel |
referer list model
| |
ResponseHeaderOverrides |
The class to contains the headers the caller hopes to get from the OSS response.
| |
SetBucketAclRequest |
The request class of the operation to set the bucket ACL.
| |
SetBucketCorsRequest |
The request class of the operation to set the bucket CORS
| |
SetBucketLifecycleRequest |
The request class of the operation to set the bucket's lifecycle configuration.
| |
SetBucketLoggingRequest |
The request class of the operation to set bucket logging configuration.
| |
SetBucketRefererRequest |
The request of the operation to set bucket referer.
| |
SetBucketStorageCapacityRequest |
The request class of the operation to set the bucket storage capacity
| |
SetBucketWebsiteRequest |
The request class of the operation to set the bucket static website configuration
| |
SetObjectAclRequest |
The request class of the operation to set the object ACL.
| |
StreamTransferProgressArgs | ||
UploadObjectRequest |
Upload object request.
| |
UploadPartCopyRequest |
The request class of the operation to upload the source object as a part of the target object.
| |
UploadPartCopyResult |
The result class of the operation to upload a source file as the target object's one part.
| |
UploadPartRequest |
The request class of the operation to upload part
| |
UploadPartResult |
The result class of the operation to upload part.
|
Interface | Description | |
---|---|---|
IGrantee |
The interface for the grantee entity
| |
IOss |
The Object Storage Service (OSS) entry point interface.
|
Enumeration | Description | |
---|---|---|
CannedAccessControlList |
The enum of canned access control list.
This is a quick way to grant permissions to all users | |
MatchMode |
The match mode enum
| |
Permission |
Permission enum definition
| |
Protocol |
supported protocol definition. HTTP is the default one.
| |
RuleStatus |
Lifecycle rule status
| |
SignHttpMethod |
Sign HTTP method enum definition
| |
StorageClass |
Storage class of OSS Bucket
|