Show / Hide Table of Contents

Class GetBucketObjectsObjectResult

Inheritance
System.Object
GetBucketObjectsObjectResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Oss.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetBucketObjectsObjectResult

Fields

View Source

Acl

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
View Source

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
View Source

ContentDisposition

Presentational information for the object. Read RFC2616 Content-Disposition for further details.

Declaration
public readonly string ContentDisposition
Field Value
Type Description
System.String
View Source

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
View Source

ContentLength

Size of the object in bytes.

Declaration
public readonly string ContentLength
Field Value
Type Description
System.String
View Source

ContentMd5

MD5 value of the content. Read MD5 for computing method.

Declaration
public readonly string ContentMd5
Field Value
Type Description
System.String
View Source

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
View Source

Etag

ETag generated for the object (MD5 sum of the object content).

Declaration
public readonly string Etag
Field Value
Type Description
System.String
View Source

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
View Source

Key

Object key.

Declaration
public readonly string Key
Field Value
Type Description
System.String
View Source

LastModificationTime

Last modification time of the object.

Declaration
public readonly string LastModificationTime
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

StorageClass

Object storage type. Possible values: Standard, IA and Archive.

Declaration
public readonly string StorageClass
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.