Click or drag to resize

DataCollectionMetadata Class

Describes a table or materialized view in Cassandra
Inheritance Hierarchy
SystemObject
  CassandraDataCollectionMetadata
    CassandraMaterializedViewMetadata

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public abstract class DataCollectionMetadata

The DataCollectionMetadata type exposes the following members.

Properties
  NameDescription
Public propertyClusteringKeys
Gets an array of pairs of columns and sort order that are part of the clustering key
Public propertyColumnsByName
Gets a dictionary of columns by name
Public propertyName
Gets the table name
Public propertyOptions
Gets the table options
Public propertyPartitionKeys
Gets an array of columns that are part of the partition key in correct order
Public propertyTableColumns
Gets the table columns
Top
See Also