Package version:

Interface TransformationsCreateOrReplaceOptionalParams

Optional parameters.

interface TransformationsCreateOrReplaceOptionalParams {
    ifMatch?: string;
    ifNoneMatch?: string;
}

Hierarchy

  • unknown
    • TransformationsCreateOrReplaceOptionalParams

Properties

ifMatch?: string

The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

ifNoneMatch?: string

Set to '*' to allow a new transformation to be created, but to prevent updating an existing transformation. Other values will result in a 412 Pre-condition Failed response.

Generated using TypeDoc