ListBucketsRequest Class |
Namespace: Aliyun.OSS
The ListBucketsRequest type exposes the following members.
Name | Description | |
---|---|---|
ListBucketsRequest | Initializes a new instance of the ListBucketsRequest class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Marker |
Gets or sets the marker of the bucket name. The buckets to return whose names are greater than this value in lexicographic order.
| |
MaxKeys |
Gets or sets the max entries to return. By default is 100.
| |
Prefix |
Gets or sets the bucket name prefix to list (optional)
|