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 SourceBucket
Declaration
public readonly string Bucket
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Delimiter
Declaration
public readonly string Delimiter
Field Value
| Type | Description |
|---|---|
| System.String |
EncodingType
Declaration
public readonly string EncodingType
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Keys
List of strings representing object keys
Declaration
public readonly ImmutableArray<string> Keys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MaxKeys
Declaration
public readonly int? MaxKeys
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Owners
List of strings representing object owner IDs
Declaration
public readonly ImmutableArray<string> Owners
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Prefix
Declaration
public readonly string Prefix
Field Value
| Type | Description |
|---|---|
| System.String |
Region
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |