StreamingJob.UpdateStages.WithIfMatch Interface

public static interface StreamingJob.UpdateStages.WithIfMatch

The stage of the StreamingJob update allowing to specify ifMatch.

Method Summary

Modifier and Type Method and Description
abstract Update withIfMatch(String ifMatch)

Specifies the ifMatch property: The ETag of the streaming job.

Method Details

withIfMatch

public abstract StreamingJob.Update withIfMatch(String ifMatch)

Specifies the ifMatch property: 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..

Parameters:

ifMatch - 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.

Returns:

the next definition stage.

Applies to