SampleInputInner Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. fluent. models. SampleInputInner
- com.
Implements
public final class SampleInputInner
implements JsonSerializable<SampleInputInner>
The stream analytics input to sample.
Constructor Summary
| Constructor | Description |
|---|---|
| SampleInputInner() |
Creates an instance of Sample |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
compatibilityLevel()
Get the compatibility |
| String |
dataLocale()
Get the data |
| String |
eventsUri()
Get the events |
|
static
Sample |
fromJson(JsonReader jsonReader)
Reads an instance of Sample |
|
Input |
input()
Get the input property: The stream analytics input to sample. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sample |
withCompatibilityLevel(String compatibilityLevel)
Set the compatibility |
|
Sample |
withDataLocale(String dataLocale)
Set the data |
|
Sample |
withEventsUri(String eventsUri)
Set the events |
|
Sample |
withInput(InputInner input)
Set the input property: The stream analytics input to sample. |
Methods inherited from java.lang.Object
Constructor Details
SampleInputInner
public SampleInputInner()
Creates an instance of SampleInputInner class.
Method Details
compatibilityLevel
public String compatibilityLevel()
Get the compatibilityLevel property: Defaults to the default ASA job compatibility level. Today it is 1.2.
Returns:
dataLocale
public String dataLocale()
Get the dataLocale property: Defaults to en-US.
Returns:
eventsUri
public String eventsUri()
Get 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:
fromJson
public static SampleInputInner fromJson(JsonReader jsonReader)
Reads an instance of SampleInputInner from the JsonReader.
Parameters:
Returns:
Throws:
input
public InputInner input()
Get the input property: The stream analytics input to sample.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCompatibilityLevel
public SampleInputInner withCompatibilityLevel(String compatibilityLevel)
Set the compatibilityLevel property: Defaults to the default ASA job compatibility level. Today it is 1.2.
Parameters:
Returns:
withDataLocale
public SampleInputInner withDataLocale(String dataLocale)
Set the dataLocale property: Defaults to en-US.
Parameters:
Returns:
withEventsUri
public SampleInputInner withEventsUri(String eventsUri)
Set 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.
Parameters:
Returns:
withInput
public SampleInputInner withInput(InputInner input)
Set the input property: The stream analytics input to sample.
Parameters:
Returns: