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 compatibility |
| abstract String |
dataLocale()
Gets the data |
| abstract String |
eventsUri()
Gets the events |
|
abstract
Sample |
innerModel()
Gets the inner com. |
| 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:
dataLocale
public abstract String dataLocale()
Gets the dataLocale property: Defaults to en-US.
Returns:
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:
innerModel
public abstract SampleInputInner innerModel()
Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.SampleInputInner object.
Returns:
input
public abstract Input input()
Gets the input property: The stream analytics input to sample.
Returns: