pub async fn create_table_version(
configuration: &Configuration,
id: &str,
create_table_version_request: CreateTableVersionRequest,
delimiter: Option<&str>,
) -> Result<CreateTableVersionResponse, Error<CreateTableVersionError>>Expand description
Create a new version entry for table id. This operation supports put_if_not_exists semantics. The operation will fail with 409 Conflict if the version already exists.