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.

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Inheritance Hierarchy

System.Object
  Amazon.XRay.Model.Service

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

Syntax

C#
public class Service

The Service type exposes the following members

Constructors

NameDescription
Public Method Service()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

Identifier of the Amazon Web Services account in which the service runs.

Public Property DurationHistogram System.Collections.Generic.List<Amazon.XRay.Model.HistogramEntry>

Gets and sets the property DurationHistogram.

A histogram that maps the spread of service durations.

Public Property Edges System.Collections.Generic.List<Amazon.XRay.Model.Edge>

Gets and sets the property Edges.

Connections to downstream services.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end time of the last segment that the service generated.

Public Property Name System.String

Gets and sets the property Name.

The canonical name of the service.

Public Property Names System.Collections.Generic.List<System.String>

Gets and sets the property Names.

A list of names for the service, including the canonical name.

Public Property ReferenceId System.Int32

Gets and sets the property ReferenceId.

Identifier for the service. Unique within the service map.

Public Property ResponseTimeHistogram System.Collections.Generic.List<Amazon.XRay.Model.HistogramEntry>

Gets and sets the property ResponseTimeHistogram.

A histogram that maps the spread of service response times.

Public Property Root System.Boolean

Gets and sets the property Root.

Indicates that the service was the first service to process a request.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start time of the first segment that the service generated.

Public Property State System.String

Gets and sets the property State.

The service's state.

Public Property SummaryStatistics Amazon.XRay.Model.ServiceStatistics

Gets and sets the property SummaryStatistics.

Aggregated statistics for the service.

Public Property Type System.String

Gets and sets the property Type.

The type of service.

  • Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.

  • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.

  • client - Represents the clients that sent requests to a root service.

  • remote - A downstream service of indeterminate type.

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