Bagikan melalui


FileServerReadSettings.FileFilter Property

Definition

Gets or sets 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).

[Newtonsoft.Json.JsonProperty(PropertyName="fileFilter")]
public object FileFilter { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileFilter")>]
member this.FileFilter : obj with get, set
Public Property FileFilter As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to