Table of Contents

Class ListTableIndexNamesResult

Namespace
DataStax.AstraDB.DataApi.Core.Results
Assembly
DataStax.AstraDB.DataApi.dll

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

Property Value

List<string>