Interface CfnDatastorePropsMixin.IDatastorePartitionsProperty
Information about the partition dimensions in a data store.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDatastorePropsMixin.IDatastorePartitionsProperty
Syntax (vb)
Public Interface CfnDatastorePropsMixin.IDatastorePartitionsProperty
Remarks
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.CfnPropertyMixins.AWS.IoTAnalytics;
var datastorePartitionsProperty = new DatastorePartitionsProperty {
Partitions = new [] { new DatastorePartitionProperty {
Partition = new PartitionProperty {
AttributeName = "attributeName"
},
TimestampPartition = new TimestampPartitionProperty {
AttributeName = "attributeName",
TimestampFormat = "timestampFormat"
}
} }
};
Synopsis
Properties
| Partitions | A list of partition dimensions in a data store. |
Properties
Partitions
A list of partition dimensions in a data store.
object? Partitions { get; }