Click or drag to resize

InitiateMultipartUploadResponse Class

Response to a request for initializing a multipart upload
Inheritance Hierarchy
SystemObject
  OBSObsWebServiceResponse
    OBS.ModelInitiateMultipartUploadResponse

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

The InitiateMultipartUploadResponse type exposes the following members.

Constructors
  NameDescription
Public methodInitiateMultipartUploadResponse
Initializes a new instance of the InitiateMultipartUploadResponse 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 propertyObjectKey
Object name
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 propertyUploadId
Multipart upload ID
Top
See Also