SampleInputResult Interface
public interface SampleInputResult
An immutable client-side representation of SampleInputResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<String> |
diagnostics()
Gets the diagnostics property: Diagnostics messages. |
|
abstract
Management |
error()
Gets the error property: Error definition properties. |
| abstract String |
eventsDownloadUrl()
Gets the events |
|
abstract
Sample |
innerModel()
Gets the inner com. |
| abstract String |
lastArrivalTime()
Gets the last |
|
abstract
Sample |
status()
Gets the status property: The status of the sample input request. |
Method Details
diagnostics
public abstract List<String> diagnostics()
Gets the diagnostics property: Diagnostics messages. E.g. message indicating some partitions from the input have no data.
Returns:
error
public abstract ManagementError error()
Gets the error property: Error definition properties.
Returns:
eventsDownloadUrl
public abstract String eventsDownloadUrl()
Gets the eventsDownloadUrl property: A SAS URL to download the sampled input data.
Returns:
innerModel
public abstract SampleInputResultInner innerModel()
Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.SampleInputResultInner object.
Returns:
lastArrivalTime
public abstract String lastArrivalTime()
Gets the lastArrivalTime property: The timestamp for the last event in the data. It is in DateTime format.
Returns:
status
public abstract SampleInputResultStatus status()
Gets the status property: The status of the sample input request.
Returns: