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
longinfo
Dictionary<string, object>
Properties
Info
[JsonPropertyName("info")]
public Dictionary<string, object> Info { get; }
Property Value
TimeStamp
[JsonPropertyName("timestamp")]
public long TimeStamp { get; }