Click or drag to resize

ListPartsResponse Properties

The ListPartsResponse type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Bucket name
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyInitiator
Creator of the multipart upload
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 propertyMaxParts
Maximum number of uploaded parts to be listed
Public propertyNextPartNumberMarker
Start position for next listing
Public propertyObjectKey
Object name
Public propertyOwner
Owner of the multipart upload
Public propertyPartNumberMarker
Start position for listing parts
Public propertyParts
List of uploaded parts
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.)
Public propertyStorageClass
Storage class of the object generated after the multipart upload is complete
Public propertyUploadId
Multipart upload ID
Top
See Also