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
Methods
StartChangeFeedProcessorsAsync()
Initializes the change feed processors and starts listening for changes.
Task StartChangeFeedProcessorsAsync()
Returns
StopChangeFeedProcessorAsync()
Stops the change feed processors.
Task StopChangeFeedProcessorAsync()