StreamingJob.UpdateStages.WithContentStoragePolicy Interface

public static interface StreamingJob.UpdateStages.WithContentStoragePolicy

The stage of the StreamingJob update allowing to specify contentStoragePolicy.

Method Summary

Modifier and Type Method and Description
abstract Update withContentStoragePolicy(ContentStoragePolicy contentStoragePolicy)

Specifies the contentStoragePolicy property: Valid values are JobStorageAccount and SystemAccount.

Method Details

withContentStoragePolicy

public abstract StreamingJob.Update withContentStoragePolicy(ContentStoragePolicy contentStoragePolicy)

Specifies the contentStoragePolicy property: Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. ..

Parameters:

contentStoragePolicy - Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .

Returns:

the next definition stage.

Applies to