Package version:

Interface DatasetsCreateOrUpdateOptionalParams

Optional parameters.

interface DatasetsCreateOrUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • DatasetsCreateOrUpdateOptionalParams

Properties

Properties

ifMatch?: string

ETag of the dataset entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.