ListObjectsRequest Class |
Namespace: Aliyun.OSS
The ListObjectsRequest type exposes the following members.
Name | Description | |
---|---|---|
ListObjectsRequest |
Creates an instance of ListObjectsRequest.
|
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 | |
---|---|---|
BucketName |
Gets or sets bucket name
| |
Delimiter |
Gets or sets the delimiter for grouping the returned objects based on their keys.
| |
EncodingType |
Gets or sets encoding-type.
| |
Marker |
Gets or sets the marker value. The name of returned objects must be greater than this value in lexicographic order.
| |
MaxKeys |
Gets or sets the max entries to return.
By default it's 100.
| |
Prefix |
Gets or sets the object name prefix. The names of the returned object must be prefixed by this value.
It's optional. If it's not set, then there's no requirement on the object name.
|