Table of Contents

Property Name

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

Name

A unique name for the consumer, either machine generated or the durable name

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string Name { get; set; }

Property Value

string