Table of Contents

Property ChunkSize

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

ChunkSize

The size of data chunks to send to deliver_subject

[JsonPropertyName("chunk_size")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long ChunkSize { get; set; }

Property Value

long