Click or drag to resize
ListObjectsRequest Properties

The ListObjectsRequest type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Gets or sets bucket name
Public propertyDelimiter
Gets or sets the delimiter for grouping the returned objects based on their keys.
Public propertyEncodingType
Gets or sets encoding-type.
Public propertyMarker
Gets or sets the marker value. The name of returned objects must be greater than this value in lexicographic order.
Public propertyMaxKeys
Gets or sets the max entries to return. By default it's 100.
Public propertyPrefix
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.
Top
See Also