IndexWithPropertiesEventData Class

Definition

A DiagnosticSource event payload class for the IndexPropertiesMappedToNonOverlappingTables event.

public class IndexWithPropertiesEventData : Microsoft.EntityFrameworkCore.Diagnostics.EventData
type IndexWithPropertiesEventData = class
    inherit EventData
Public Class IndexWithPropertiesEventData
Inherits EventData
Inheritance
IndexWithPropertiesEventData

Remarks

See Logging, events, and diagnostics for more information and examples.

Constructors

IndexWithPropertiesEventData(EventDefinitionBase, Func<EventDefinitionBase, EventData,String>, IEntityType, String, List<String>, String, List<ValueTuple<String,String>>, String, List<ValueTuple<String, String>>)

Constructs the event payload for the IndexPropertiesMappedToNonOverlappingTables event.

Properties

EntityType

The entity type on which the index is defined.

EventId

The EventId that defines the message ID and name.

(Inherited from EventData)
EventIdCode

A string representing the code where this event is defined.

(Inherited from EventData)
LogLevel

The LogLevel that would be used to log message for this event.

(Inherited from EventData)
Name

The name of the index.

Property1Name

The name of the first property.

Property2Name

The name of the second property.

PropertyNames

The list of properties which define the index.

TablesMappedToProperty1

The tables mapped to the first property.

TablesMappedToProperty2

The tables mapped to the second property.

Methods

ToString()

A logger message describing this event.

(Inherited from EventData)

Applies to