Table of Contents

Class DistributedQuotaEnforcementEventData

Namespace
FoundationaLLM.Common.Models.Quota
Assembly
FoundationaLLM.Common.dll

Provides the data associated with a distributed quota enforcement event.

public class DistributedQuotaEnforcementEventData
Inheritance
DistributedQuotaEnforcementEventData
Inherited Members
Extension Methods

Properties

EventTimestamps

Gets or sets the list of event timestamps.

[JsonPropertyName("event_timestamps")]
public List<DateTimeOffset> EventTimestamps { get; set; }

Property Value

List<DateTimeOffset>

QuotaContext

Gets or sets the quota context.

[JsonPropertyName("quota_context")]
public required string QuotaContext { get; set; }

Property Value

string

QuotaMetricPartitionId

Gets or sets the quota metric partition identifier.

[JsonPropertyName("quota_metric_partition_id")]
public required string QuotaMetricPartitionId { get; set; }

Property Value

string