Class IngestContainerCreateResult
Ingest container creation result.
Inheritance
IngestContainerCreateResult
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class IngestContainerCreateResult
Properties
Declaration
[JsonProperty("containerName", Required = Required.Always)]
[Required]
public string ContainerName { get; set; }
Property Value
SAS token that allows uploading to the container.
Note: The token is valid for at most 24h after which all files uploaded, but not imported will be deleted.
Declaration
[JsonProperty("sasToken", Required = Required.Always)]
[Required]
public string SasToken { get; set; }
Property Value
Methods
Declaration
public static IngestContainerCreateResult FromJson(string data)
Parameters
Returns