JsonFormat.FilePattern Property

Definition

Gets or sets file pattern of JSON. To be more specific, the way of separating a collection of JSON objects. The default value is 'setOfObjects'. It is case-sensitive.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to