Class UdtColumnInfo
Represents the type information associated with a User Defined Type
Inheritance
object
UdtColumnInfo
Implements
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra
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
Type | Description |
---|---|
List<ColumnDesc> |
Name
Fully qualified type name: keyspace.typeName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |
Overrides
object.Equals(object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
object.GetHashCode()