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