SampleInput Interface

public interface SampleInput

An immutable client-side representation of SampleInput.

Method Summary

Modifier and Type Method and Description
abstract String compatibilityLevel()

Gets the compatibilityLevel property: Defaults to the default ASA job compatibility level.

abstract String dataLocale()

Gets the dataLocale property: Defaults to en-US.

abstract String eventsUri()

Gets the eventsUri property: The SAS URI of the storage blob for service to write the sampled events to.

abstract SampleInputInner innerModel()

Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.SampleInputInner object.

abstract Input input()

Gets the input property: The stream analytics input to sample.

Method Details

compatibilityLevel

public abstract String compatibilityLevel()

Gets the compatibilityLevel property: Defaults to the default ASA job compatibility level. Today it is 1.2.

Returns:

the compatibilityLevel value.

dataLocale

public abstract String dataLocale()

Gets the dataLocale property: Defaults to en-US.

Returns:

the dataLocale value.

eventsUri

public abstract String eventsUri()

Gets the eventsUri property: The SAS URI of the storage blob for service to write the sampled events to. If this parameter is not provided, service will write events to he system account and share a temporary SAS URI to it.

Returns:

the eventsUri value.

innerModel

public abstract SampleInputInner innerModel()

Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.SampleInputInner object.

Returns:

the inner object.

input

public abstract Input input()

Gets the input property: The stream analytics input to sample.

Returns:

the input value.

Applies to