StreamingJob.UpdateStages.WithDataLocale Interface

public static interface StreamingJob.UpdateStages.WithDataLocale

The stage of the StreamingJob update allowing to specify dataLocale.

Method Summary

Modifier and Type Method and Description
abstract Update withDataLocale(String dataLocale)

Specifies the dataLocale property: The data locale of the stream analytics job.

Method Details

withDataLocale

public abstract 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.

Applies to