Bagikan melalui


StartStreamingJobParameters.OutputStartMode Property

Definition

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.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode? OutputStartMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Origin(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PropertyOrigin.Owned)>]
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