Table of Contents

Property Name

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

Name

A unique name for a consumer

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[StringLength(2147483647, MinimumLength = 1)]
[RegularExpression("^[^.*>]+$")]
public string? Name { get; set; }

Property Value

string