Table of Contents

Property MemStorage

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

MemStorage

Force the consumer state to be kept in memory rather than inherit the setting from the stream

[JsonPropertyName("mem_storage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool MemStorage { get; set; }

Property Value

bool