Show / Hide Table of Contents

Class GetBucketObjectResult

Inheritance
System.Object
GetBucketObjectResult
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.Gcp.Storage
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetBucketObjectResult

Fields

View Source

Bucket

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

CacheControl

(Computed) Cache-Control directive to specify caching behavior of object data. If omitted and object is accessible to all anonymous users, the default will be public, max-age=3600

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

Content

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

ContentDisposition

(Computed) Content-Disposition of the object data.

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

ContentEncoding

(Computed) Content-Encoding of the object data.

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

ContentLanguage

(Computed) Content-Language of the object data.

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

ContentType

(Computed) Content-Type of the object data. Defaults to "application/octet-stream" or "text/plain; charset=utf-8".

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

Crc32c

(Computed) Base 64 CRC32 hash of the uploaded data.

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

DetectMd5hash

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

Id

The provider-assigned unique ID for this managed resource.

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

Md5hash

(Computed) Base 64 MD5 hash of the uploaded data.

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

Metadata

Declaration
public readonly ImmutableDictionary<string, string> Metadata
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Name

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

OutputName

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

SelfLink

(Computed) A url reference to this object.

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

Source

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

StorageClass

(Computed) The StorageClass of the new bucket object. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE. If not provided, this defaults to the bucket's default storage class or to a standard class.

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