Class SetDataSizeLimitsForTestCommandSettings
SetDataSizeLimitsForTest
public sealed class SetDataSizeLimitsForTestCommandSettings : ICommand
- Inheritance
-
SetDataSizeLimitsForTestCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
MaxResourceSize
Gets or sets the maxResourceSize
[JsonPropertyName("maxResourceSize")]
public long MaxResourceSize { get; set; }
Property Value
MaxTotalSize
Gets or sets the maxTotalSize
[JsonPropertyName("maxTotalSize")]
public long MaxTotalSize { get; set; }