JobProperties.InputBlobName Property

Definition

The blob name to be used when importing from the provided input blob container.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If not specified, the hub defaults to "devices.txt". The format should be newline-delimited json objects representing each device twin.

Applies to