Class GetBucketObjectsObjectResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.Oss.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetBucketObjectsObjectResult
Fields
View SourceAcl
Object access control list. Possible values: default, private, public-read and public-read-write.
Declaration
public readonly string Acl
Field Value
| Type | Description |
|---|---|
| System.String |
CacheControl
Caching behavior along the request/reply chain. Read RFC2616 Cache-Control for further details.
Declaration
public readonly string CacheControl
Field Value
| Type | Description |
|---|---|
| System.String |
ContentDisposition
Presentational information for the object. Read RFC2616 Content-Disposition for further details.
Declaration
public readonly string ContentDisposition
Field Value
| Type | Description |
|---|---|
| System.String |
ContentEncoding
Content encodings that have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read RFC2616 Content-Encoding for further details.
Declaration
public readonly string ContentEncoding
Field Value
| Type | Description |
|---|---|
| System.String |
ContentLength
Size of the object in bytes.
Declaration
public readonly string ContentLength
Field Value
| Type | Description |
|---|---|
| System.String |
ContentMd5
MD5 value of the content. Read MD5 for computing method.
Declaration
public readonly string ContentMd5
Field Value
| Type | Description |
|---|---|
| System.String |
ContentType
Standard MIME type describing the format of the object data, e.g. "application/octet-stream".
Declaration
public readonly string ContentType
Field Value
| Type | Description |
|---|---|
| System.String |
Etag
ETag generated for the object (MD5 sum of the object content).
Declaration
public readonly string Etag
Field Value
| Type | Description |
|---|---|
| System.String |
Expires
Expiration date for the the request/response. Read RFC2616 Expires for further details.
Declaration
public readonly string Expires
Field Value
| Type | Description |
|---|---|
| System.String |
Key
Object key.
Declaration
public readonly string Key
Field Value
| Type | Description |
|---|---|
| System.String |
LastModificationTime
Last modification time of the object.
Declaration
public readonly string LastModificationTime
Field Value
| Type | Description |
|---|---|
| System.String |
ServerSideEncryption
Server-side encryption of the object in OSS. It can be empty or AES256.
Declaration
public readonly string ServerSideEncryption
Field Value
| Type | Description |
|---|---|
| System.String |
SseKmsKeyId
If present, specifies the ID of the Key Management Service(KMS) master encryption key that was used for the object.
Declaration
public readonly string SseKmsKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
StorageClass
Object storage type. Possible values: Standard, IA and Archive.
Declaration
public readonly string StorageClass
Field Value
| Type | Description |
|---|---|
| System.String |