Class ListTableIndexNamesResult
The result of listing index names for a table.
public class ListTableIndexNamesResult
- Inheritance
-
ListTableIndexNamesResult
- Inherited Members
Properties
IndexNames
The names of the indexes defined on the table.
[JsonPropertyName("indexes")]
public List<string> IndexNames { get; set; }