Click or drag to resize
ListBucketsResult Properties

The ListBucketsResult type exposes the following members.

Properties
  NameDescription
Public propertyBuckets
Gets the bucket iterator.
Public propertyContentLength
Returns the content length of the HTTP response.
(Inherited from GenericResult.)
Public propertyHttpStatusCode
Returns the status code of the HTTP response.
(Inherited from GenericResult.)
Public propertyIsTruncated
Gets or sets the flag of truncated. If it's true, means not all buckets have been returned.
Public propertyMarker
Gets or sets the bucket name marker.Its value should be same as the ListBucketsRequest.Marker.
Public propertyMaxKeys
Gets or sets the max entries to return. By default it's 100.
Public propertyNextMaker
Gets the next marker's value. Assign this value to the next call's ListBucketRequest.marker.
Public propertyPrefix
Gets or sets the bucket name prefix(optional).
Public propertyRequestId
Gets and sets the RequestId property. ID that uniquely identifies a request. Aliyun keeps track of request IDs. If you have a question about a request, include the request ID in your correspondence.
(Inherited from GenericResult.)
Public propertyResponseMetadata
Contains additional information about the request, such as the md5 value of the object.
(Inherited from GenericResult.)
Top
See Also