Class StorageBucketInfo
StorageBucketInfo
public sealed class StorageBucketInfo
- Inheritance
-
StorageBucketInfo
- Inherited Members
Properties
Bucket
bucket
[JsonPropertyName("bucket")]
public StorageBucket Bucket { get; set; }
Property Value
Durability
durability
[JsonPropertyName("durability")]
public StorageBucketsDurability Durability { get; set; }
Property Value
Expiration
expiration
[JsonPropertyName("expiration")]
public double Expiration { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Persistent
persistent
[JsonPropertyName("persistent")]
public bool Persistent { get; set; }
Property Value
Quota
quota
[JsonPropertyName("quota")]
public double Quota { get; set; }