Show / Hide Table of Contents

Class GetSpacesBucketObjectsResult

Inheritance
System.Object
GetSpacesBucketObjectsResult
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 GetSpacesBucketObjectsResult

Fields

View Source

Bucket

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

CommonPrefixes

List of any keys between prefix and the next occurrence of delimiter (i.e., similar to subdirectories of the prefix "directory"); the list is only returned when you specify delimiter

Declaration
public readonly ImmutableArray<string> CommonPrefixes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Delimiter

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

EncodingType

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

Keys

List of strings representing object keys

Declaration
public readonly ImmutableArray<string> Keys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MaxKeys

Declaration
public readonly int? MaxKeys
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Owners

List of strings representing object owner IDs

Declaration
public readonly ImmutableArray<string> Owners
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Prefix

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

Region

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