Share via


StreamingJob.JobId Property

Definition

Gets a GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.jobId")]
public string JobId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.jobId")>]
member this.JobId : string
Public ReadOnly Property JobId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to