Table of Contents

Property Description

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

Description

A short description of the purpose of this consumer

[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[StringLength(4096)]
public string? Description { get; set; }

Property Value

string