GetJobResult

data class GetJobResult(val compatibilityLevel: String, val dataLocale: String, val eventsLateArrivalMaxDelayInSeconds: Int, val eventsOutOfOrderMaxDelayInSeconds: Int, val eventsOutOfOrderPolicy: String, val id: String, val identities: List<GetJobIdentity>, val jobId: String, val lastOutputTime: String, val location: String, val name: String, val outputErrorPolicy: String, val resourceGroupName: String, val skuName: String, val startMode: String, val startTime: String, val streamingUnits: Int, val transformationQuery: String)

A collection of values returned by getJob.

Constructors

Link copied to clipboard
constructor(compatibilityLevel: String, dataLocale: String, eventsLateArrivalMaxDelayInSeconds: Int, eventsOutOfOrderMaxDelayInSeconds: Int, eventsOutOfOrderPolicy: String, id: String, identities: List<GetJobIdentity>, jobId: String, lastOutputTime: String, location: String, name: String, outputErrorPolicy: String, resourceGroupName: String, skuName: String, startMode: String, startTime: String, streamingUnits: Int, transformationQuery: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The compatibility level for this job.

Link copied to clipboard

The Data Locale of the Job.

Link copied to clipboard

The maximum tolerable delay in seconds where events arriving late could be included.

Link copied to clipboard

The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.

Link copied to clipboard

The policy which should be applied to events which arrive out of order in the input event stream.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The Job ID assigned by the Stream Analytics Job.

Link copied to clipboard

The time at which the Stream Analytics job last produced an output.

Link copied to clipboard

The Azure location where the Stream Analytics Job exists.

Link copied to clipboard
Link copied to clipboard

The policy which should be applied to events which arrive at the output and cannot be written to the external storage due to being malformed (such as missing column values, column values of wrong type or size).

Link copied to clipboard
Link copied to clipboard

The SKU Name to use for the Stream Analytics Job.

Link copied to clipboard

The starting mode set for this Stream Analytics Job.

Link copied to clipboard

The time at which this Stream Analytics Job was scheduled to start.

Link copied to clipboard

The number of streaming units that this Stream Analytics Job uses.

Link copied to clipboard

The query that will be run in this Stream Analytics Job, written in Stream Analytics Query Language (SAQL).