ListPartsResponse Class |
Namespace: OBS.Model
public class ListPartsResponse : ObsWebServiceResponse
The ListPartsResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | ListPartsResponse | Initializes a new instance of the ListPartsResponse class |
Name | Description | |
---|---|---|
![]() | BucketName |
Bucket name
|
![]() | ContentLength |
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.) |
![]() | Headers |
Response headers
(Inherited from ObsWebServiceResponse.) |
![]() | Initiator |
Creator of the multipart upload
|
![]() | IsTruncated |
Check whether the listing results are truncated.
Value "true" indicates that the results are incomplete while value "false" indicates that the results are complete.
|
![]() | MaxParts |
Maximum number of uploaded parts to be listed
|
![]() | NextPartNumberMarker |
Start position for next listing
|
![]() | ObjectKey |
Object name
|
![]() | Owner |
Owner of the multipart upload
|
![]() | PartNumberMarker |
Start position for listing parts
|
![]() | Parts |
List of uploaded parts
|
![]() | RequestId |
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.) |
![]() | StatusCode |
HTTP status code
(Inherited from ObsWebServiceResponse.) |
![]() | StorageClass |
Storage class of the object generated after the multipart upload is complete
|
![]() | UploadId |
Multipart upload ID
|