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.

The timeseries data type represents the values of a measure over time. A time series is an array of rows of timestamps and measure values, with rows sorted in ascending order of time. A TimeSeriesDataPoint is a single data point in the time series. It represents a tuple of (time, measure value) in a time series.

Inheritance Hierarchy

System.Object
  Amazon.TimestreamQuery.Model.TimeSeriesDataPoint

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

Syntax

C#
public class TimeSeriesDataPoint

The TimeSeriesDataPoint type exposes the following members

Constructors

NameDescription
Public Method TimeSeriesDataPoint()

Properties

NameTypeDescription
Public Property Time System.String

Gets and sets the property Time.

The timestamp when the measure value was collected.

Public Property Value Amazon.TimestreamQuery.Model.Datum

Gets and sets the property Value.

The measure value for the data point.

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