MinBatchSizeEventData Class

Definition

The DiagnosticSource event payload for RelationalEventId min batch size events.

public class MinBatchSizeEventData : Microsoft.EntityFrameworkCore.Diagnostics.BatchEventData
type MinBatchSizeEventData = class
    inherit BatchEventData
Public Class MinBatchSizeEventData
Inherits BatchEventData
Inheritance
MinBatchSizeEventData

Remarks

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

Constructors

MinBatchSizeEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IEnumerable<IUpdateEntry>, Int32, Int32)

Constructs the event payload.

Properties

CommandCount

The command count.

(Inherited from BatchEventData)
Entries

The entries being updated.

(Inherited from BatchEventData)
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)
MinBatchSize

The minimum batch size.

Methods

ToString()

A logger message describing this event.

(Inherited from EventData)

Applies to