AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A collection of segment documents with matching trace IDs.

Inheritance Hierarchy

System.Object
  Amazon.XRay.Model.Trace

Namespace: Amazon.XRay.Model
Assembly: AWSSDK.XRay.dll
Version: 3.x.y.z

Syntax

C#
public class Trace

The Trace type exposes the following members

Constructors

NameDescription
Public Method Trace()

Properties

NameTypeDescription
Public Property Duration System.Double

Gets and sets the property Duration.

The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the request that generated the trace's segments and subsegments.

Public Property LimitExceeded System.Boolean

Gets and sets the property LimitExceeded.

LimitExceeded is set to true when the trace has exceeded the Trace document size limit. For more information about this limit and other X-Ray limits and quotas, see Amazon Web Services X-Ray endpoints and quotas.

Public Property Segments System.Collections.Generic.List<Amazon.XRay.Model.Segment>

Gets and sets the property Segments.

Segment documents for the segments and subsegments that comprise the trace.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5