Interface StreamingJob.DefinitionStages.WithDataLocale

    • Method Detail

      • withDataLocale

        StreamingJob.DefinitionStages.WithCreate 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.