pub async fn restore_table(
configuration: &Configuration,
id: &str,
restore_table_request: RestoreTableRequest,
delimiter: Option<&str>,
) -> Result<RestoreTableResponse, Error<RestoreTableError>>
Expand description
Restore table id
to a specific version.