Click or drag to resize

CopyObjectResponse Class

Response to a request for copying an object
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class CopyObjectResponse : ObsWebServiceResponse

The CopyObjectResponse type exposes the following members.

Constructors
  NameDescription
Public methodCopyObjectResponse
Initializes a new instance of the CopyObjectResponse class
Top
Properties
  NameDescription
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyETag
ETag value of the target object
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyLastModified
Last modification time of the target object
Public propertyRequestId
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.)
Public propertySourceVersionId
Version ID of the target object
Public propertyStatusCode
HTTP status code
(Inherited from ObsWebServiceResponse.)
Public propertyStorageClass
Storage class of the target object
Public propertyVersionId
Version ID of the target object
Top
See Also