Table of Contents

Property Offset

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

Offset

Paging offset when retrieving pages of subject details

[JsonPropertyName("offset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(0, 2147483647)]
public int Offset { get; set; }

Property Value

int