Package version:

Interface DataFlowsCreateOrUpdateOptionalParams

Optional parameters.

interface DataFlowsCreateOrUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • DataFlowsCreateOrUpdateOptionalParams

Properties

Properties

ifMatch?: string

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