Click or drag to resize
ObjectMetadata Properties

The ObjectMetadata type exposes the following members.

Properties
  NameDescription
Public propertyCacheControl
Gets or sets the value of HTTP Cache-Control header.
Public propertyContentDisposition
Gets or sets the value of HTTP Content-Disposition header.
Public propertyContentEncoding
Gets or sets the content encoding of the object.
Public propertyContentLength
Gets or sets the content length of the object.
Public propertyContentMd5
Gets or sets the HTTP Content-MD5 header, which is the MD5 summary in Hex string of the object.
Public propertyContentType
Gets or sets the content type of the objeft. It's the standard MIME type.
Public propertyCrc64
Gets or sets the crc64.
Public propertyETag
Gets or sets the value of HTTP ETag header. Note that this is set by OSS server. To set the Content-MD5 value, use HTTP COntent-MD5 header instead.
Public propertyExpirationTime
Gets or sets the expiration time of the object.
Public propertyHttpMetadata
Gets HTTP standard headers and their values.
Public propertyLastModified
Gets or sets the last modified timestamp of the OSS object.
Public propertyObjectType
Gets the object type (Normal or Appendable)
Public propertyServerSideEncryption
Gets or sets the server side encryption algorithm. Only AES256 is support for now.
Public propertyUserMetadata
Gets the user's custom metadata.
Top
See Also