Condividi tramite


AzureFileFilterDetails.FilePrefixList Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to