Table of Contents

Class ActionEventArgs.ActionData

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public record ActionEventArgs.ActionData : IEquatable<ActionEventArgs.ActionData>
Inheritance
ActionEventArgs.ActionData
Implements
Inherited Members

Properties

Data

public Dictionary<string, object> Data { get; init; }

Property Value

Dictionary<string, object>

Elapsed

public TimeSpan Elapsed { get; init; }

Property Value

TimeSpan

Exception

public Exception Exception { get; init; }

Property Value

Exception

ItemCount

public int? ItemCount { get; init; }

Property Value

int?

Level

public LogLevel? Level { get; init; }

Property Value

LogLevel?

Message

public string Message { get; init; }

Property Value

string

Operation

public string Operation { get; init; }

Property Value

string