Table of Contents

Property RateLimitBps

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

RateLimitBps

The rate at which messages will be delivered to clients, expressed in bit per second

[JsonPropertyName("rate_limit_bps")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(0, 9.223372036854776E+18)]
public long RateLimitBps { get; set; }

Property Value

long