Table of Contents

Property DurableName

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

DurableName

A unique name for a durable consumer

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

Property Value

string