Table of Contents

Class AccountLimits

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll
public record AccountLimits : IEquatable<AccountLimits>
Inheritance
AccountLimits
Implements
Inherited Members

Properties

MaxAckPending

The maximum number of outstanding ACKs any consumer may configure

MaxBytesRequired

Indicates if Streams created in this account requires the max_bytes property set

MaxConsumers

The maximum number of Consumer an account can create

MaxMemory

The maximum amount of Memory storage Stream Messages may consume

MaxStorage

The maximum amount of File storage Stream Messages may consume

MaxStreams

The maximum number of Streams an account can create

MemoryMaxStreamBytes

The maximum size any single memory stream may be

StorageMaxStreamBytes

The maximum size any single storage based stream may be