Table of Contents

Property Sealed

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

Sealed

Sealed streams do not allow messages to be deleted via limits or API, sealed streams can not be unsealed via configuration update. Can only be set on already created streams via the Update API

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

Property Value

bool