Table of Contents

Class TraceResult

Namespace
Steeltoe.Management.Endpoint.Trace
Assembly
Steeltoe.Management.EndpointBase.dll
public class TraceResult
Inheritance
TraceResult
Inherited Members

Constructors

TraceResult(long, Dictionary<string, object>)

public TraceResult(long timestamp, Dictionary<string, object> info)

Parameters

timestamp long
info Dictionary<string, object>

Properties

Info

[JsonPropertyName("info")]
public Dictionary<string, object> Info { get; }

Property Value

Dictionary<string, object>

TimeStamp

[JsonPropertyName("timestamp")]
public long TimeStamp { get; }

Property Value

long