list_table_indices

Function list_table_indices 

Source
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.