Table of Contents

Property Size

Namespace
NATS.Client.ObjectStore.Models
Assembly
NATS.Client.ObjectStore.dll

Size

The size of the object in bytes. It only includes the size of the object itself, not the metadata.

[JsonPropertyName("size")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ulong Size { get; set; }

Property Value

ulong