Table of Contents

Property Value

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

Value

Contains the current counter value when publishing messages with counter headers. This property is used in the context of the message counter feature.

[JsonPropertyName("val")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Value { get; set; }

Property Value

string

Remarks

Supported by server v2.12