Table of Contents

Class Builders

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

A collection of builders for interacting with tables and collections Builders<T>

public class Builders
Inheritance
Builders
Inherited Members

Properties

TableIndex

A builder for creating table indexes

var index = Builders.TableIndex.Text();
table.CreateIndex("index_name", r => r.SomeTextProperty, index);
public static TableIndexBuilder TableIndex { get; }

Property Value

TableIndexBuilder