pub async fn list_table_versions(
configuration: &Configuration,
id: &str,
list_table_versions_request: ListTableVersionsRequest,
delimiter: Option<&str>,
) -> Result<ListTableVersionsResponse, Error<ListTableVersionsError>>
Expand description
List all versions (commits) of table id
with their metadata.