Table of Contents

Class CallStepDto

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll

Serialization-friendly representation of a call execution step.

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

Properties

DeltaMs

public required double DeltaMs { get; init; }

Property Value

double

Message

public string Message { get; init; }

Property Value

string

Step

public required string Step { get; init; }

Property Value

string