Share via


BlobFilterDetails.BlobPrefixList Property

Definition

Gets or sets prefix list of the Azure blobs to be transferred.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to