Class OverrideQuotaForOriginCommandSettings
OverrideQuotaForOrigin
public sealed class OverrideQuotaForOriginCommandSettings : ICommand
- Inheritance
-
OverrideQuotaForOriginCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Origin
Gets or sets the origin
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
QuotaSize
Gets or sets the quotaSize
[JsonPropertyName("quotaSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? QuotaSize { get; set; }