Show / Hide Table of Contents

Class GetJobResult

Inheritance
System.Object
GetJobResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.StreamAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetJobResult

Fields

View Source

CompatibilityLevel

The compatibility level for this job.

Declaration
public readonly string CompatibilityLevel
Field Value
Type Description
System.String
View Source

DataLocale

The Data Locale of the Job.

Declaration
public readonly string DataLocale
Field Value
Type Description
System.String
View Source

EventsLateArrivalMaxDelayInSeconds

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

Declaration
public readonly int EventsLateArrivalMaxDelayInSeconds
Field Value
Type Description
System.Int32
View Source

EventsOutOfOrderMaxDelayInSeconds

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

Declaration
public readonly int EventsOutOfOrderMaxDelayInSeconds
Field Value
Type Description
System.Int32
View Source

EventsOutOfOrderPolicy

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

Declaration
public readonly string EventsOutOfOrderPolicy
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

JobId

The Job ID assigned by the Stream Analytics Job.

Declaration
public readonly string JobId
Field Value
Type Description
System.String
View Source

Location

The Azure location where the Stream Analytics Job exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

OutputErrorPolicy

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).

Declaration
public readonly string OutputErrorPolicy
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

StreamingUnits

The number of streaming units that the streaming job uses.

Declaration
public readonly int StreamingUnits
Field Value
Type Description
System.Int32
View Source

TransformationQuery

The query that will be run in the streaming job, written in Stream Analytics Query Language (SAQL).

Declaration
public readonly string TransformationQuery
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.