JobProperties.InputBlobName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.