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