Interface StreamingJob.UpdateStages.WithDataLocale

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

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

      • withDataLocale

        StreamingJob.Update withDataLocale​(String dataLocale)
        Specifies the dataLocale property: The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified..
        Parameters:
        dataLocale - The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
        Returns:
        the next definition stage.