Package version:

Interface ChangeDataCaptureCreateOrUpdateOptionalParams

Optional parameters.

interface ChangeDataCaptureCreateOrUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • ChangeDataCaptureCreateOrUpdateOptionalParams

Properties

Properties

ifMatch?: string

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