Class DeleteStorageBucketCommandSettings
Deletes the Storage Bucket with the given storage key and bucket name.
public sealed class DeleteStorageBucketCommandSettings : ICommand
- Inheritance
-
DeleteStorageBucketCommandSettings
- Implements
- Inherited Members
Properties
Bucket
Gets or sets the bucket
[JsonPropertyName("bucket")]
public StorageBucket Bucket { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }