Table of Contents

Property Name

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

Name

A unique name for the Stream, empty for Stream Templates.

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

Property Value

string