Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
UserDefinedType¶
metadata~UserDefinedType()
Describes a user-defined type (UDT) in the cluster.
Constructor¶
new UserDefinedType()
Members¶
fields :Array<UdtField>
Fields of the user-defined type.
Type:
- Array<UdtField>
keyspace :String
Name of the keyspace the type belongs to.
Type:
- String
name :String
Definition of a user-defined type (UDT). UDT is composed of fields, each with a name and an optional value of its own type.
Type:
- String