Share via


FileShareDataset.FileFilter Property

Definition

Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> FileFilter { get; set; }
member this.FileFilter : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property FileFilter As DataFactoryElement(Of String)

Property Value

Applies to