Package version:

Interface StreamingJobsUpdateOptionalParams

Optional parameters.

interface StreamingJobsUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • StreamingJobsUpdateOptionalParams

Properties

Properties

ifMatch?: string

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

Generated using TypeDoc