Table of Contents

Class TableUnknownIndexDefinition

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

Metadata for a table index definition returned by the Data API when the SDK does not recognize the index type.

public class TableUnknownIndexDefinition : TableBaseIndexDefinition
Inheritance
TableUnknownIndexDefinition
Inherited Members

Properties

APISupport

The API support metadata for an UNKNOWN index described by the Data API.

[JsonPropertyName("apiSupport")]
public TableUnknownIndexAPISupport APISupport { get; set; }

Property Value

TableUnknownIndexAPISupport