Class TableMetadata
Describes a Cassandra table
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class TableMetadata : DataCollectionMetadata
Constructors
TableMetadata()
Declaration
protected TableMetadata()
Properties
Indexes
Gets the table indexes by name
Declaration
public IDictionary<string, IndexMetadata> Indexes { get; protected set; }
Property Value
Type | Description |
---|---|
IDictionary<string, IndexMetadata> |
IsVirtual
Determines whether the table is a virtual table or not.
Declaration
public bool IsVirtual { get; protected set; }
Property Value
Type | Description |
---|---|
bool |