Share via


JobStream.StreamType Property

Definition

Gets or sets the stream type. Possible values include: 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to