Class TableUnknownIndexAPISupport
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
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
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; }