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.

Metadata generated from the segment documents in a trace.

Inheritance Hierarchy

System.Object
  Amazon.XRay.Model.TraceSummary

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

Syntax

C#
public class TraceSummary

The TraceSummary type exposes the following members

Constructors

NameDescription
Public Method TraceSummary()

Properties

NameTypeDescription
Public Property Annotations System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Amazon.XRay.Model.ValueWithServiceIds>>

Gets and sets the property Annotations.

Annotations from the trace's segment documents.

Public Property AvailabilityZones System.Collections.Generic.List<Amazon.XRay.Model.AvailabilityZoneDetail>

Gets and sets the property AvailabilityZones.

A list of Availability Zones for any zone corresponding to the trace segments.

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 EntryPoint Amazon.XRay.Model.ServiceId

Gets and sets the property EntryPoint.

The root of a trace.

Public Property ErrorRootCauses System.Collections.Generic.List<Amazon.XRay.Model.ErrorRootCause>

Gets and sets the property ErrorRootCauses.

A collection of ErrorRootCause structures corresponding to the trace segments.

Public Property FaultRootCauses System.Collections.Generic.List<Amazon.XRay.Model.FaultRootCause>

Gets and sets the property FaultRootCauses.

A collection of FaultRootCause structures corresponding to the trace segments.

Public Property HasError System.Boolean

Gets and sets the property HasError.

The root segment document has a 400 series error.

Public Property HasFault System.Boolean

Gets and sets the property HasFault.

The root segment document has a 500 series error.

Public Property HasThrottle System.Boolean

Gets and sets the property HasThrottle.

One or more of the segment documents has a 429 throttling error.

Public Property Http Amazon.XRay.Model.Http

Gets and sets the property Http.

Information about the HTTP request served by the trace.

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 InstanceIds System.Collections.Generic.List<Amazon.XRay.Model.InstanceIdDetail>

Gets and sets the property InstanceIds.

A list of EC2 instance IDs for any instance corresponding to the trace segments.

Public Property IsPartial System.Boolean

Gets and sets the property IsPartial.

One or more of the segment documents is in progress.

Public Property MatchedEventTime System.DateTime

Gets and sets the property MatchedEventTime.

The matched time stamp of a defined event.

Public Property ResourceARNs System.Collections.Generic.List<Amazon.XRay.Model.ResourceARNDetail>

Gets and sets the property ResourceARNs.

A list of resource ARNs for any resource corresponding to the trace segments.

Public Property ResponseTime System.Double

Gets and sets the property ResponseTime.

The length of time in seconds between the start and end times of the root segment. If the service performs work asynchronously, the response time measures the time before the response is sent to the user, while the duration measures the amount of time before the last traced activity completes.

Public Property ResponseTimeRootCauses System.Collections.Generic.List<Amazon.XRay.Model.ResponseTimeRootCause>

Gets and sets the property ResponseTimeRootCauses.

A collection of ResponseTimeRootCause structures corresponding to the trace segments.

Public Property Revision System.Int32

Gets and sets the property Revision.

The revision number of a trace.

Public Property ServiceIds System.Collections.Generic.List<Amazon.XRay.Model.ServiceId>

Gets and sets the property ServiceIds.

Service IDs from the trace's segment documents.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start time of a trace, based on the earliest trace segment start time.

Public Property Users System.Collections.Generic.List<Amazon.XRay.Model.TraceUser>

Gets and sets the property Users.

Users from the trace's segment documents.

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