Class TableMetadata
Describes a Cassandra table
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |