Class EnableCommandSettings
Enable
public sealed class EnableCommandSettings : ICommand- Inheritance
- 
      
      EnableCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
EnableDurableMessages
Gets or sets the enableDurableMessages
[JsonPropertyName("enableDurableMessages")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? EnableDurableMessages { get; set; }Property Value
- bool?
MaxPostDataSize
Gets or sets the maxPostDataSize
[JsonPropertyName("maxPostDataSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MaxPostDataSize { get; set; }Property Value
- long?
MaxResourceBufferSize
Gets or sets the maxResourceBufferSize
[JsonPropertyName("maxResourceBufferSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MaxResourceBufferSize { get; set; }Property Value
- long?
MaxTotalBufferSize
Gets or sets the maxTotalBufferSize
[JsonPropertyName("maxTotalBufferSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MaxTotalBufferSize { get; set; }Property Value
- long?
ReportDirectSocketTraffic
Gets or sets the reportDirectSocketTraffic
[JsonPropertyName("reportDirectSocketTraffic")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ReportDirectSocketTraffic { get; set; }Property Value
- bool?