Table of Contents

Property DeletedDetails

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll

DeletedDetails

When true will result in a full list of deleted message IDs being returned in the info response

[JsonPropertyName("deleted_details")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool DeletedDetails { get; set; }

Property Value

bool