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.

Container for the parameters to the GetTimeSeriesServiceStatistics operation. Get an aggregation of service statistics defined by a specific time range.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.XRay.AmazonXRayRequest
      Amazon.XRay.Model.GetTimeSeriesServiceStatisticsRequest

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

Syntax

C#
public class GetTimeSeriesServiceStatisticsRequest : AmazonXRayRequest
         IAmazonWebServiceRequest

The GetTimeSeriesServiceStatisticsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end of the time frame for which to aggregate statistics.

Public Property EntitySelectorExpression System.String

Gets and sets the property EntitySelectorExpression.

A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.

Public Property ForecastStatistics System.Boolean

Gets and sets the property ForecastStatistics.

The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.

Public Property GroupARN System.String

Gets and sets the property GroupARN.

The Amazon Resource Name (ARN) of the group for which to pull statistics from.

Public Property GroupName System.String

Gets and sets the property GroupName.

The case-sensitive name of the group for which to pull statistics from.

Public Property NextToken System.String

Gets and sets the property NextToken.

Pagination token.

Public Property Period System.Int32

Gets and sets the property Period.

Aggregation period in seconds.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start of the time frame for which to aggregate statistics.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5