Click or drag to resize

ListObjectsResponse Properties

The ListObjectsResponse type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Bucket name
Public propertyCommonPrefixes
List of prefixes to the names of grouped objects
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyDelimiter
Character for grouping object names used in this request
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyIsTruncated
Check whether the listing results are truncated. Value "true" indicates that the results are incomplete while value "false" indicates that the results are complete.
Public propertyLocation
Bucket location
Public propertyMarker
Start position for this listing
Public propertyMaxKeys
Maximum number of objects to be listed for this request
Public propertyNextMarker
Start position for next listing
Public propertyObsObjects
List of objects in the bucket
Public propertyPrefix
Object name prefix used in this request
Public propertyRequestId
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.)
Public propertyStatusCode
HTTP status code
(Inherited from ObsWebServiceResponse.)
Top
See Also