Path to the folder where the closed files are stored
Base filename for the files
If true, it will create the folders if they don't exist
OptionaldefaultBase filename for the files
Encoding to use when writing to files
OptionalinactiveMaximum inactivity time in milliseconds before a handler is cleaned up
OptionalloggerLogger instance to use
OptionalpropertyIf set, this property will be used to store the data in the file, it could be a nested property in the data object expressed as a dot separated string
OptionalpropertyIf set, this property will be used as the filename, it could be a nested property in the data object expressed as a dot separated string
OptionalpropertyIf set, this property will be used to skip the data, it could be a nested property in the data object expressed as a dot separated string
OptionalpropertyIf set, this value will be used to skip the data, it could be a string, number or boolean. If
value is not set, but propertySkip is set, a not falsy value will be used to skip the data,
this means that any value that is not false, 0 or '' will be used to skip the data.
OptionalretryRetry options for the file handler operations
OptionalrotationInterval in milliseconds to rotate the file
OptionalrotationMax number of lines before rotating the file
OptionalrotationMax size of the file before rotating it
OptionalseparatorSeparator to use when writing the data to the file
Path to the folder where the working files are stored
Represents the options for the SingleJsonlFileManager