Share via


StreamingJob.OutputStartMode Property

Definition

This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Origin(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode? OutputStartMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Origin(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PropertyOrigin.Inlined)>]
member this.OutputStartMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode> with get, set
Public Property OutputStartMode As Nullable(Of OutputStartMode)

Property Value

Implements

Attributes

Applies to