Skip to content
Tracon

RateLimitPartitionKind

Namespace Tracon · Assembly Tracon.Core.dll

Which key the rate limit is partitioned by.

public enum RateLimitPartitionKind

Global = 1

The limit is shared across the whole deployment.

Tenant = 0

Each tenant gets its own quota.