JsonWriteSettings interface
Json write settings.
- Extends
Properties
file |
File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
filePattern
File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
filePattern?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "JsonWriteSettings"
Property Value
"JsonWriteSettings"