Table of Contents

Class TypeDefinitionInfo

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

List of Fields for a User Defined Type

public class TypeDefinitionInfo
Inheritance
TypeDefinitionInfo
Inherited Members

Properties

Fields

Field types, by column name

[JsonPropertyName("fields")]
public Dictionary<string, FieldTypeInfo> Fields { get; set; }

Property Value

Dictionary<string, FieldTypeInfo>