JsonWriterMaxSizeKBs
The maximum size for JSON files, in kilobytes. When the JSON file specified in JsonWriterFilename
exceeds this size it is moved into the archive directory specified by JsonWriterArchiveDirectory
. A time stamp is added to the file name so that it has a unique name. If the task is writing data from a document when the maximum size is reached, it finishes writing that document before archiving the file.
The default value of this parameter (-1
) means that there is no limit to the file size.
Type: | Integer |
Default: | -1 |
Required | No |
Configuration Section: | Any section you have defined for JsonWriter task settings |
Example: | JsonWriterMaxSizeKBs=1000
|
See Also: |