Click or drag to resize
UdtColumnInfo Class
Represents the type information associated with a User Defined Type
Inheritance Hierarchy
SystemObject
  CassandraUdtColumnInfo

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public class UdtColumnInfo : IColumnInfo

The UdtColumnInfo type exposes the following members.

Constructors
  NameDescription
Public methodUdtColumnInfo
Initializes a new instance of the UdtColumnInfo class
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyFields
Gets the list of the inner fields contained in the UDT definition
Public propertyName
Fully qualified type name: keyspace.typeName
Top
See Also