Builder

class Builder

Properties

Link copied to clipboard

The time stamp indicating the latest data to be returned.

Link copied to clipboard

This structure includes the Timezone parameter, which you can use to specify your time zone so that the labels of returned data display the correct time for your time zone.

Link copied to clipboard

The maximum number of data points the request should return before paginating. If you omit this, the default of 100,800 is used.

Link copied to clipboard

The metric queries to be returned. A single GetMetricData call can include as many as 500 MetricDataQuery structures. Each of these structures can specify either a metric to retrieve, a Metrics Insights query, or a math expression to perform on retrieved data.

Link copied to clipboard

Include this value, if it was returned by the previous GetMetricData operation, to get the next set of data points.

Link copied to clipboard

The order in which data points should be returned. TimestampDescending returns the newest data first and paginates when the MaxDatapoints limit is reached. TimestampAscending returns the oldest data first and paginates when the MaxDatapoints limit is reached.

Link copied to clipboard

The time stamp indicating the earliest data to be returned.

Functions

Link copied to clipboard