Table of Contents

Enum QuotaMetricPartitionType

Namespace
FoundationaLLM.Common.Constants.Quota
Assembly
FoundationaLLM.Common.dll

Represents the type of partitioning applied to the metric based on which a quota is enforced.

public enum QuotaMetricPartitionType
Extension Methods

Fields

None = 0

No partitioning.

UserIdentifier = 1

Partitioning based on the user identifier.

UserPrincipalName = 2

Partitioning based on the user principal name.