Show / Hide Table of Contents

Class GetSpacesBucketObjectResult

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

Fields

View Source

Body

Object data (see limitations above to understand cases in which this field is actually available)

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

Bucket

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

CacheControl

Specifies caching behavior along the request/reply chain.

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

ContentDisposition

Specifies presentational information for the object.

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

ContentEncoding

Specifies what content encodings 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.

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

ContentLanguage

The language the content is in.

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

ContentLength

Size of the body in bytes.

Declaration
public readonly int ContentLength
Field Value
Type Description
System.Int32
View Source

ContentType

A standard MIME type describing the format of the object data.

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

Etag

ETag generated for the object (an MD5 sum of the object content in case it's not encrypted)

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

Expiration

If the object expiration is configured (see object lifecycle management), the field includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL encoded.

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

Expires

The date and time at which the object is no longer cacheable.

Declaration
public readonly string Expires
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

Key

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

LastModified

Last modified date of the object in RFC1123 format (e.g. Mon, 02 Jan 2006 15:04:05 MST)

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

Metadata

A map of metadata stored with the object in Spaces

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

Range

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

Region

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

VersionId

The latest version ID of the object returned.

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

WebsiteRedirectLocation

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Spaces stores the value of this header in the object metadata.

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