Share via


BlobFilterDetails.ContainerList Property

Definition

Gets or sets list of blob containers to be transferred.

[Newtonsoft.Json.JsonProperty(PropertyName="containerList")]
public System.Collections.Generic.IList<string> ContainerList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerList")>]
member this.ContainerList : System.Collections.Generic.IList<string> with get, set
Public Property ContainerList As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to