Table of Contents

Class UserDefinedDataAPIType

Namespace
DataStax.AstraDB.DataApi.Utils
Assembly
DataStax.AstraDB.DataApi.dll

Represents a user-defined type (UDT) column type in the Data API.

public class UserDefinedDataAPIType : DataAPIType
Inheritance
UserDefinedDataAPIType
Inherited Members

Constructors

UserDefinedDataAPIType(string)

Initializes a new UserDefinedDataAPIType with the given UDT name.

public UserDefinedDataAPIType(string name)

Parameters

name string

Properties

UserDefinedTypeName

The name of the user-defined type as registered in the Data API schema.

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

Property Value

string