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.

This is the response object from the GetTraceSummaries operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.XRay.Model.GetTraceSummariesResponse

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

Syntax

C#
public class GetTraceSummariesResponse : AmazonWebServiceResponse

The GetTraceSummariesResponse type exposes the following members

Constructors

NameDescription
Public Method GetTraceSummariesResponse()

Properties

NameTypeDescription
Public Property ApproximateTime System.DateTime

Gets and sets the property ApproximateTime.

The start time of this page of results.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property NextToken System.String

Gets and sets the property NextToken.

If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TracesProcessedCount System.Int64

Gets and sets the property TracesProcessedCount.

The total number of traces processed, including traces that did not match the specified filter expression.

Public Property TraceSummaries System.Collections.Generic.List<Amazon.XRay.Model.TraceSummary>

Gets and sets the property TraceSummaries.

Trace IDs and annotations for traces that were found in the specified time frame.

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