Share via


CosmosItemCommandExecutedEventData Constructor

Definition

Constructs the event payload.

public CosmosItemCommandExecutedEventData (Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase eventDefinition, Func<Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,string> messageGenerator, TimeSpan elapsed, double requestCharge, string activityId, string containerId, string resourceId, string? partitionKey, bool logSensitiveData);
new Microsoft.EntityFrameworkCore.Diagnostics.CosmosItemCommandExecutedEventData : Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase * Func<Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase, Microsoft.EntityFrameworkCore.Diagnostics.EventData, string> * TimeSpan * double * string * string * string * string * bool -> Microsoft.EntityFrameworkCore.Diagnostics.CosmosItemCommandExecutedEventData
Public Sub New (eventDefinition As EventDefinitionBase, messageGenerator As Func(Of EventDefinitionBase, EventData, String), elapsed As TimeSpan, requestCharge As Double, activityId As String, containerId As String, resourceId As String, partitionKey As String, logSensitiveData As Boolean)

Parameters

eventDefinition
EventDefinitionBase

The event definition.

messageGenerator
Func<EventDefinitionBase,EventData,String>

A delegate that generates a log message for this event.

elapsed
TimeSpan

The time elapsed since the command was sent to the database.

requestCharge
Double

The request charge in RU.

activityId
String

The activity ID.

containerId
String

The ID of the Cosmos container being queried.

resourceId
String

The ID of the resource being read.

partitionKey
String

The key of the Cosmos partition that the query is using.

logSensitiveData
Boolean

Indicates whether the application allows logging of sensitive data.

Applies to