Table of Contents

Property AutoDelete

Namespace
Ratatoskr.AsyncApi.Model.Bindings
Assembly
Ratatoskr.dll

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?