Table of Contents

Property AllowBatchPublish

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

AllowBatchPublish

AllowBatchPublish allows fast batch publishing into the stream.

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

Property Value

bool

Remarks

Requires nats-server v2.14.0 or later.