Skip to main content

create_table_version

Function create_table_version 

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