Click or drag to resize
TableMetadata Properties

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 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
See Also