Interface CfnTable.IClusteringKeyColumnProperty
Defines an individual column within the clustering key.
Namespace: Amazon.CDK.AWS.Cassandra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IClusteringKeyColumnProperty
Syntax (vb)
Public Interface IClusteringKeyColumnProperty
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.AWS.Cassandra;
var clusteringKeyColumnProperty = new ClusteringKeyColumnProperty {
Column = new ColumnProperty {
ColumnName = "columnName",
ColumnType = "columnType"
},
// the properties below are optional
OrderBy = "orderBy"
};
Synopsis
Properties
Column | The name and data type of this clustering key column. |
Order |
The order in which this column's data is stored:. |
Properties
Column
The name and data type of this clustering key column.
object Column { get; }
Property Value
System.
Remarks
OrderBy
The order in which this column's data is stored:.
virtual string OrderBy { get; }
Property Value
System.