Class StorageBucket
StorageBucket
public sealed class StorageBucket
- Inheritance
-
StorageBucket
- Inherited Members
Properties
Name
If not specified, it is the default bucket of the storageKey.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }
Property Value
StorageKey
storageKey
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }