CosmosEventId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework