Appearance
Home > resol-vbus-core-toolbox-scripts > csvWriter > CsvWriterConstructorOptions
csvWriter.CsvWriterConstructorOptions interface
The options to pass to the constructor of CsvWriter
.
Signature:
typescript
export interface CsvWriterConstructorOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | (Optional) The string to separate columns with. | ||
string | The pattern of the filename, optionally including placeholders for date components. | ||
number | (Optional) The interval in milliseconds. | ||
string | (Optional) The string to separate lines with. | ||
(Optional) The VBus specification to use for formatting | |||
number | null | (Optional) The time-to-live in milliseconds. |