Click or drag to resize

CompleteMultipartUploadResponse Class

Response to the request for combining parts
Inheritance Hierarchy
SystemObject
  OBSObsWebServiceResponse
    OBS.ModelCompleteMultipartUploadResponse

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 CompleteMultipartUploadResponse : ObsWebServiceResponse

The CompleteMultipartUploadResponse type exposes the following members.

Constructors
  NameDescription
Public methodCompleteMultipartUploadResponse
Initializes a new instance of the CompleteMultipartUploadResponse class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket in which parts are combined
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyETag
ETag calculated based on the ETags of all combined parts
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyLocation
URL of the object obtained after part combination
Public propertyObjectKey
Name of the object obtained after part combination
Public propertyObjectUrl
Full path to the object obtained after part combination
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 propertyVersionId
Version ID of the object obtained after part combination
Top
See Also