Class IngestFile
File location in an ingest container.
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class IngestFile
Properties
Declaration
[JsonProperty("blobName", Required = Required.Always)]
[Required]
public string BlobName { get; set; }
Property Value
Declaration
[JsonProperty("containerName", Required = Required.Always)]
[Required]
public string ContainerName { get; set; }
Property Value
Overrides filename from blob storage.
Declaration
[JsonProperty("fileNameOverride", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FileNameOverride { get; set; }
Property Value
Methods
Declaration
public static IngestFile FromJson(string data)
Parameters
Returns