Share via


BlobFilterDetails.BlobPathList Property

Definition

Gets or sets list of full path of the blobs to be transferred.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to