Click or drag to resize

PutObjectResponse Class

Response to an object upload request
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 PutObjectResponse : ObsWebServiceResponse

The PutObjectResponse type exposes the following members.

Constructors
  NameDescription
Public methodPutObjectResponse
Initializes a new instance of the PutObjectResponse class
Top
Properties
  NameDescription
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyETag
ETag of the object
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyObjectUrl
Full path to the object
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
Object storage class
Public propertyVersionId
Object version ID
Top
See Also