Interface StreamingJob.UpdateStages.WithContentStoragePolicy

  • All Known Subinterfaces:
    StreamingJob.Update
    Enclosing interface:
    StreamingJob.UpdateStages

    public static interface StreamingJob.UpdateStages.WithContentStoragePolicy
    The stage of the StreamingJob update allowing to specify contentStoragePolicy.
    • Method Detail

      • withContentStoragePolicy

        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.