Table of Contents

Property Data

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

Data

The base64 encoded payload of the message body

[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ReadOnlyMemory<byte> Data { get; set; }

Property Value

ReadOnlyMemory<byte>