Table of Contents

Class AppConfigurationEventData

Namespace
FoundationaLLM.Common.Models.Configuration.AppConfiguration
Assembly
FoundationaLLM.Common.dll

The data associated with an Azure App Configuration Event Grid event.

public class AppConfigurationEventData
Inheritance
AppConfigurationEventData
Inherited Members
Extension Methods

Properties

Key

The app configuration key name.

[JsonPropertyName("key")]
public required string Key { get; set; }

Property Value

string