Table of Contents

Property SubjectTransforms

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

SubjectTransforms

Subject transforms to apply to matching messages

[JsonPropertyName("subject_transforms")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<SubjectTransform>? SubjectTransforms { get; set; }

Property Value

ICollection<SubjectTransform>