Share via


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

public Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputStartMode? OutputStartMode { get; set; }
member this.OutputStartMode : Nullable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputStartMode> with get, set
Public Property OutputStartMode As Nullable(Of StreamingJobOutputStartMode)

Property Value

Applies to