Show / Hide Table of Contents

Class CfnDatastore.PartitionProperty

A single dimension to partition a data store.

Inheritance
System.Object
CfnDatastore.PartitionProperty
Implements
CfnDatastore.IPartitionProperty
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public class PartitionProperty : Object, CfnDatastore.IPartitionProperty
Syntax (vb)
Public Class PartitionProperty
    Inherits Object
    Implements CfnDatastore.IPartitionProperty
Remarks

The dimension must be an AttributePartition or a TimestampPartition .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-partition.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTAnalytics;

PartitionProperty partitionProperty = new PartitionProperty {
    AttributeName = "attributeName"
};

Synopsis

Constructors

PartitionProperty()

Properties

AttributeName

The name of the attribute that defines a partition dimension.

Constructors

PartitionProperty()

public PartitionProperty()

Properties

AttributeName

The name of the attribute that defines a partition dimension.

public string AttributeName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-partition.html#cfn-iotanalytics-datastore-partition-attributename

Implements

CfnDatastore.IPartitionProperty
Back to top Generated by DocFX