SampleInputResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. fluent. models. SampleInputResultInner
- com.
Implements
public final class SampleInputResultInner
implements JsonSerializable<SampleInputResultInner>
The result of the sample input request.
Constructor Summary
| Constructor | Description |
|---|---|
| SampleInputResultInner() |
Creates an instance of Sample |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
diagnostics()
Get the diagnostics property: Diagnostics messages. |
|
Management |
error()
Get the error property: Error definition properties. |
| String |
eventsDownloadUrl()
Get the events |
|
static
Sample |
fromJson(JsonReader jsonReader)
Reads an instance of Sample |
| String |
lastArrivalTime()
Get the last |
|
Sample |
status()
Get the status property: The status of the sample input request. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sample |
withError(ManagementError error)
Set the error property: Error definition properties. |
Methods inherited from java.lang.Object
Constructor Details
SampleInputResultInner
public SampleInputResultInner()
Creates an instance of SampleInputResultInner class.
Method Details
diagnostics
public List<String> diagnostics()
Get the diagnostics property: Diagnostics messages. E.g. message indicating some partitions from the input have no data.
Returns:
error
public ManagementError error()
Get the error property: Error definition properties.
Returns:
eventsDownloadUrl
public String eventsDownloadUrl()
Get the eventsDownloadUrl property: A SAS URL to download the sampled input data.
Returns:
fromJson
public static SampleInputResultInner fromJson(JsonReader jsonReader)
Reads an instance of SampleInputResultInner from the JsonReader.
Parameters:
Returns:
Throws:
lastArrivalTime
public String lastArrivalTime()
Get the lastArrivalTime property: The timestamp for the last event in the data. It is in DateTime format.
Returns:
status
public SampleInputResultStatus status()
Get the status property: The status of the sample input request.
Returns:
toJson
validate
public void validate()
Validates the instance.
withError
public SampleInputResultInner withError(ManagementError error)
Set the error property: Error definition properties.
Parameters:
Returns: