Table of Contents

Class TableUnknownIndexAPISupport

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

API capability details returned for a table index type that does not map to a known SDK definition.

public class TableUnknownIndexAPISupport
Inheritance
TableUnknownIndexAPISupport
Inherited Members

Properties

CQLDefinition

Gets or sets the CQL definition returned by the Data API for this index.

[JsonPropertyName("cqlDefinition")]
public string CQLDefinition { get; set; }

Property Value

string

CreateIndex

Gets or sets a value indicating whether the Data API reports support for index creation.

[JsonPropertyName("createIndex")]
public bool CreateIndex { get; set; }

Property Value

bool

Filter

Gets or sets a value indicating whether the Data API reports support for filtering with this index.

[JsonPropertyName("filter")]
public bool Filter { get; set; }

Property Value

bool