Class EventTypes
- Namespace
- FoundationaLLM.Common.Constants.Events
- Assembly
- FoundationaLLM.Common.dll
Provide event type constants.
public static class EventTypes
- Inheritance
-
EventTypes
- Inherited Members
Fields
FoundationaLLM_Quota_MetricUpdate
The FoundationaLLM quots metric update event type.
public const string FoundationaLLM_Quota_MetricUpdate = "FoundationaLLM.Quota.MetricUpdate"
Field Value
FoundationaLLM_ResourceProvider_AppConfig_UpdateKeyCommand
The FoundationaLLM.Configuration update key command event type.
public const string FoundationaLLM_ResourceProvider_AppConfig_UpdateKeyCommand = "FoundationaLLM.ResourceProvider.AppConfig.UpdateKeyCommand"
Field Value
FoundationaLLM_ResourceProvider_Cache_ResetCommand
The resource provider cache reset command event type.
public const string FoundationaLLM_ResourceProvider_Cache_ResetCommand = "FoundationaLLM.ResourceProvider.Cache.ResetCommand"
Field Value
Properties
All
All event types.
public static List<string> All { get; }