CosmosEventId.ExecutingReadItem Field

Definition

ReadItem is going to be executed.

public static readonly Microsoft.Extensions.Logging.EventId ExecutingReadItem;
 staticval mutable ExecutingReadItem : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly ExecutingReadItem As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Database.Command category.

This event uses the CosmosReadItemEventData payload when used with a DiagnosticSource.

Applies to