CosmosEventId Class

Definition

Event IDs for Cosmos events that correspond to messages logged to an ILogger and events sent to a DiagnosticSource.

public static class CosmosEventId
type CosmosEventId = class
Public Class CosmosEventId
Inheritance
CosmosEventId

Remarks

These IDs are also used with WarningsConfigurationBuilder to configure the behavior of warnings.

See Logging, events, and diagnostics, and Accessing Azure Cosmos DB with EF Core for more information and examples.

Fields

ExecutedCreateItem

CreateItem was executed.

ExecutedDeleteItem

DeleteItem was executed.

ExecutedReadItem

ReadItem was executed.

ExecutedReadNext

ReadNext was executed.

ExecutedReplaceItem

ReplaceItem was executed.

ExecutingReadItem

ReadItem is going to be executed.

ExecutingSqlQuery

A SQL query is going to be executed.

Applies to