Class StorageBucket
StorageBucket
public sealed class StorageBucket
- Inheritance
-
StorageBucket
- Inherited Members
Properties
Name
name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Name { get; set; }
Property Value
StorageKey
storageKey
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }