ListObjectsRequest Properties |
The ListObjectsRequest type exposes the following members.
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.
|