Table of Contents

Interface ICosmosDbChangeFeedService

Namespace
FoundationaLLM.Core.Interfaces
Assembly
FoundationaLLM.Core.dll

Contains Azure Cosmos DB change feed methods.

public interface ICosmosDbChangeFeedService
Extension Methods

Properties

IsInitialized

Indicates whether the Azure Cosmos DB change feed is initialized.

bool IsInitialized { get; }

Property Value

bool

Methods

StartChangeFeedProcessorsAsync()

Initializes the change feed processors and starts listening for changes.

Task StartChangeFeedProcessorsAsync()

Returns

Task

StopChangeFeedProcessorAsync()

Stops the change feed processors.

Task StopChangeFeedProcessorAsync()

Returns

Task