Table of Contents

Property Name

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

Name

A unique name for the Stream Template.

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

Property Value

string