Get Job Result
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 startMode: String, val startTime: String, val streamingUnits: Int, val transformationQuery: String)
A collection of values returned by getJob.
Constructors
Link copied to clipboard
fun GetJobResult(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, startMode: String, startTime: String, streamingUnits: Int, transformationQuery: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The query that will be run in this Stream Analytics Job, written in Stream Analytics Query Language (SAQL).