Class UdtColumnInfo
Represents the type information associated with a User Defined Type
Inheritance
UdtColumnInfo
Assembly: Cassandra.dll
Syntax
public class UdtColumnInfo : IColumnInfo
Constructors
UdtColumnInfo(string)
Declaration
public UdtColumnInfo(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Fields
Gets the list of the inner fields contained in the UDT definition
Declaration
public List<ColumnDesc> Fields { get; }
Property Value
Name
Fully qualified type name: keyspace.typeName
Declaration
public string Name { get; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements