Class StreamTemplateConfig
The data structure that describe the configuration of a NATS JetStream Stream Template
public record StreamTemplateConfig : IEquatable<StreamTemplateConfig>
- Inheritance
-
StreamTemplateConfig
- Implements
- Derived
- Inherited Members
Properties
- MaxStreams
The maximum number of Streams this Template can create, -1 for unlimited.
- Name
A unique name for the Stream Template.