Share via


BlobOutputDataSource.Container Property

Definition

Gets or sets the name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to