Trace class

A collection of segment documents with matching trace IDs.

Constructors

Trace({double? duration, String? id, bool? limitExceeded, List<Segment>? segments})
Trace.fromJson(Map<String, dynamic> json)
factory

Properties

duration double?
The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the request that generated the trace's segments and subsegments.
final
limitExceeded bool?
LimitExceeded is set to true when the trace has exceeded one of the defined quotas. For more information about quotas, see AWS X-Ray endpoints and quotas.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<Segment>?
Segment documents for the segments and subsegments that comprise the trace.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited