Click or drag to resize

TableMetadata Class

Describes a Cassandra table
Inheritance Hierarchy
SystemObject
  DseDataCollectionMetadata
    DseTableMetadata

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public class TableMetadata : DataCollectionMetadata

The TableMetadata 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
(Inherited from DataCollectionMetadata.)
Public propertyColumnsByName
Gets a dictionary of columns by name
(Inherited from DataCollectionMetadata.)
Public propertyIndexes
Gets the table indexes by name
Public propertyIsVirtual
Determines whether the table is a virtual table or not.
Public propertyName
Gets the table name
(Inherited from DataCollectionMetadata.)
Public propertyOptions
Gets the table options
(Inherited from DataCollectionMetadata.)
Public propertyPartitionKeys
Gets an array of columns that are part of the partition key in correct order
(Inherited from DataCollectionMetadata.)
Public propertyTableColumns
Gets the table columns
(Inherited from DataCollectionMetadata.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference