Property AutoDelete
AutoDelete
Whether the exchange should be deleted when the last queue is unbound from it.
[JsonPropertyName("autoDelete")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? AutoDelete { get; set; }
Property Value
- bool?