Table of Contents

Class UserDefinedTypeInfo

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

Description of an existing User Defined Type

public class UserDefinedTypeInfo
Inheritance
UserDefinedTypeInfo
Inherited Members

Properties

APISupport

Information regarding API support for this Type

[JsonPropertyName("apiSupport")]
public TypeAPISupportInfo APISupport { get; set; }

Property Value

TypeAPISupportInfo

Definition

List of fields for this User Defined Type

[JsonPropertyName("definition")]
public TypeDefinitionInfo Definition { get; set; }

Property Value

TypeDefinitionInfo

Name

Name

[JsonPropertyName("udtName")]
public string Name { get; set; }

Property Value

string

Type

The type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string