Table of Contents

Class TableDefinition

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

Definition for creating a table

public class TableDefinition
Inheritance
TableDefinition
Inherited Members
Extension Methods

Properties

PrimaryKey

The primary key definition for this table

[JsonPropertyName("primaryKey")]
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public PrimaryKeyDefinition PrimaryKey { get; set; }

Property Value

PrimaryKeyDefinition