Table of Contents

Class AzureEventGridEventServiceProfile

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

The profile used to configure event handling in the AzureEventGridEventService event service.

public class AzureEventGridEventServiceProfile
Inheritance
AzureEventGridEventServiceProfile
Inherited Members
Extension Methods

Properties

EventProcessingCycleSeconds

The time interval in seconds between successive event processing cycles.

public int EventProcessingCycleSeconds { get; set; }

Property Value

int

Topics

The list of EventGridTopicProfile topic profiles used to configure event handling for an Azure Event Grid namespace topic.

public List<EventGridTopicProfile> Topics { get; set; }

Property Value

List<EventGridTopicProfile>