Share via


StreamingJob.OutputStartMode Property

Definition

Gets or sets 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. Possible values include: 'JobStartTime', 'CustomTime', 'LastOutputEventTime'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outputStartMode")]
public string OutputStartMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outputStartMode")>]
member this.OutputStartMode : string with get, set
Public Property OutputStartMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to