Click or drag to resize
MetadataGetUdtDefinitionAsync Method
Gets the definition associated with a User Defined Type from Cassandra

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public Task<UdtColumnInfo> GetUdtDefinitionAsync(
	string keyspace,
	string typeName
)

Parameters

keyspace
Type: SystemString
typeName
Type: SystemString

Return Value

Type: TaskUdtColumnInfo
See Also