MetadataGetUdtDefinitionAsync Method |
Gets the definition associated with a User Defined Type from Cassandra
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public Task<UdtColumnInfo> GetUdtDefinitionAsync(
string keyspace,
string typeName
)
Parameters
- keyspace
- Type: SystemString
- typeName
- Type: SystemString
Return Value
Type:
TaskUdtColumnInfoSee Also