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 ManagementError error()

Gets the error property: Error definition properties.

abstract String eventsDownloadUrl()

Gets the eventsDownloadUrl property: A SAS URL to download the sampled input data.

abstract SampleInputResultInner innerModel()

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

abstract String lastArrivalTime()

Gets the lastArrivalTime property: The timestamp for the last event in the data.

abstract SampleInputResultStatus 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:

the diagnostics value.

error

public abstract ManagementError error()

Gets the error property: Error definition properties.

Returns:

the error value.

eventsDownloadUrl

public abstract String eventsDownloadUrl()

Gets the eventsDownloadUrl property: A SAS URL to download the sampled input data.

Returns:

the eventsDownloadUrl value.

innerModel

public abstract SampleInputResultInner innerModel()

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

Returns:

the inner object.

lastArrivalTime

public abstract String lastArrivalTime()

Gets the lastArrivalTime property: The timestamp for the last event in the data. It is in DateTime format.

Returns:

the lastArrivalTime value.

status

public abstract SampleInputResultStatus status()

Gets the status property: The status of the sample input request.

Returns:

the status value.

Applies to