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.

A Schema specifies the expected data model of the table.

Inheritance Hierarchy

System.Object
  Amazon.TimestreamWrite.Model.Schema

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

Syntax

C#
public class Schema

The Schema type exposes the following members

Constructors

NameDescription
Public Method Schema()

Properties

NameTypeDescription
Public Property CompositePartitionKey System.Collections.Generic.List<Amazon.TimestreamWrite.Model.PartitionKey>

Gets and sets the property CompositePartitionKey.

A non-empty list of partition keys defining the attributes used to partition the table data. The order of the list determines the partition hierarchy. The name and type of each partition key as well as the partition key order cannot be changed after the table is created. However, the enforcement level of each partition key can be changed.

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