CosmosQueryExecutedEventData
CosmosQueryExecutedEventData(EventDefinitionBase, Func<EventDefinitionBase, EventData, String>, TimeSpan, Double, String, String, PartitionKey?, IReadOnlyList<(String Name, Object Value)>, String, Boolean)
ActivityId
ContainerId
Elapsed
LogSensitiveData
Parameters
PartitionKeyValue
QuerySql
RequestCharge
net11.0
namespace Microsoft.EntityFrameworkCore.Diagnostics
{
public class CosmosQueryExecutedEventData : EventData
{
public CosmosQueryExecutedEventData(EventDefinitionBase! eventDefinition, Func<EventDefinitionBase!, EventData!, string!>! messageGenerator, TimeSpan elapsed, double requestCharge, string! activityId, string! containerId, PartitionKey? partitionKeyValue, IReadOnlyList<(string! Name, object? Value)>! parameters, string! querySql, bool logSensitiveData);
}
}
| .NET | 10.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Cosmos , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Cosmos , Version=10.0.9.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Cosmos (11.0.0-preview.5.26302.115) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API