Click or drag to resize

ListPartsResponse Class

Response to a request for listing uploaded parts
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class ListPartsResponse : ObsWebServiceResponse

The ListPartsResponse type exposes the following members.

Constructors
  NameDescription
Public methodListPartsResponse
Initializes a new instance of the ListPartsResponse class
Top
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