Class RowSetMetadata
Represents the information of columns and other state values associated with a RowSet
Inheritance
object
RowSetMetadata
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 RowSetMetadata
Properties
ColumnIndexes
Gets or sets the index of the columns within the row
Declaration
public Dictionary<string, int> ColumnIndexes { get; protected set; }
Property Value
Type | Description |
---|---|
Dictionary<string, int> |
Columns
Declaration
public CqlColumn[] Columns { get; }
Property Value
Type | Description |
---|---|
CqlColumn[] |