Class GetSpacesBucketObjectsArgs
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 GetSpacesBucketObjectsArgs : InvokeArgs
Constructors
View SourceGetSpacesBucketObjectsArgs()
Declaration
public GetSpacesBucketObjectsArgs()
Properties
View SourceBucket
Lists object keys in this Spaces bucket
Declaration
public string Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Delimiter
A character used to group keys (Default: none)
Declaration
public string Delimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EncodingType
Encodes keys using this method (Default: none; besides none, only "url" can be used)
Declaration
public string EncodingType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxKeys
Maximum object keys to return (Default: 1000)
Declaration
public int? MaxKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Prefix
Limits results to object keys with this prefix (Default: none)
Declaration
public string Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The slug of the region where the bucket is stored.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |