Class TableMetadata
Describes a Cassandra table
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.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 |
---|---|
System.Collections.Generic.IDictionary<System.String, IndexMetadata> |
IsVirtual
Determines whether the table is a virtual table or not.
Declaration
public bool IsVirtual { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |