Table of Contents

Class UserDefinedTypeDefinition

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

Options for creating a User Defined Type

public class UserDefinedTypeDefinition
Inheritance
UserDefinedTypeDefinition
Inherited Members

Properties

Fields

List of fields (field name, field type) for this User Defined Type

[JsonIgnore]
public Dictionary<string, DataAPIType> Fields { get; set; }

Property Value

Dictionary<string, DataAPIType>