Table of Contents

Class CallDto

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll

Serialization-friendly representation of a database call.

public record CallDto : IEquatable<CallDto>
Inheritance
CallDto
Implements
Inherited Members

Properties

CollectionName

public required string CollectionName { get; init; }

Property Value

string

ConfigurationName

public required string ConfigurationName { get; init; }

Property Value

string

Count

public int? Count { get; init; }

Property Value

int?

DatabaseName

public required string DatabaseName { get; init; }

Property Value

string

ElapsedMs

public double? ElapsedMs { get; init; }

Property Value

double?

Exception

public string Exception { get; init; }

Property Value

string

FilterJson

public string FilterJson { get; init; }

Property Value

string

Final

public bool Final { get; init; }

Property Value

bool

FunctionName

public required string FunctionName { get; init; }

Property Value

string

Key

public required Guid Key { get; init; }

Property Value

Guid

Operation

public required string Operation { get; init; }

Property Value

string

SourceName

public required string SourceName { get; init; }

Property Value

string

StartTime

public required DateTime StartTime { get; init; }

Property Value

DateTime

Steps

public IReadOnlyList<CallStepDto> Steps { get; init; }

Property Value

IReadOnlyList<CallStepDto>