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.

Response statistics for a service.

Inheritance Hierarchy

System.Object
  Amazon.XRay.Model.ServiceStatistics

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

Syntax

C#
public class ServiceStatistics

The ServiceStatistics type exposes the following members

Constructors

NameDescription
Public Method ServiceStatistics()

Properties

NameTypeDescription
Public Property ErrorStatistics Amazon.XRay.Model.ErrorStatistics

Gets and sets the property ErrorStatistics.

Information about requests that failed with a 4xx Client Error status code.

Public Property FaultStatistics Amazon.XRay.Model.FaultStatistics

Gets and sets the property FaultStatistics.

Information about requests that failed with a 5xx Server Error status code.

Public Property OkCount System.Int64

Gets and sets the property OkCount.

The number of requests that completed with a 2xx Success status code.

Public Property TotalCount System.Int64

Gets and sets the property TotalCount.

The total number of completed requests.

Public Property TotalResponseTime System.Double

Gets and sets the property TotalResponseTime.

The aggregate response time of completed requests.

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