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.

Datum represents a single data point in a query result.

Inheritance Hierarchy

System.Object
  Amazon.TimestreamQuery.Model.Datum

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

Syntax

C#
public class Datum

The Datum type exposes the following members

Constructors

NameDescription
Public Method Datum()

Properties

NameTypeDescription
Public Property ArrayValue System.Collections.Generic.List<Amazon.TimestreamQuery.Model.Datum>

Gets and sets the property ArrayValue.

Indicates if the data point is an array.

Public Property NullValue System.Boolean

Gets and sets the property NullValue.

Indicates if the data point is null.

Public Property RowValue Amazon.TimestreamQuery.Model.Row

Gets and sets the property RowValue.

Indicates if the data point is a row.

Public Property ScalarValue System.String

Gets and sets the property ScalarValue.

Indicates if the data point is a scalar value such as integer, string, double, or Boolean.

Public Property TimeSeriesValue System.Collections.Generic.List<Amazon.TimestreamQuery.Model.TimeSeriesDataPoint>

Gets and sets the property TimeSeriesValue.

Indicates if the data point is a timeseries data type.

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