Table of Contents

Property Tags

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

Tags

Tags required on servers hosting this stream

[JsonPropertyName("tags")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? Tags { get; set; }

Property Value

ICollection<string>