pub async fn list_table_indices(
configuration: &Configuration,
id: &str,
list_table_indices_request: ListTableIndicesRequest,
delimiter: Option<&str>,
) -> Result<ListTableIndicesResponse, Error<ListTableIndicesError>>
Expand description
List all indices created on a table. Returns information about each index including name, columns, status, and UUID.