This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CsvHelper.
Summary
Gets or sets the size of the buffer used for reading and writing CSV files.
- Assembly
- Cake
.CsvHelper .dll - Namespace
- Cake
.CsvHelper - Containing Type
- CsvHelperSettings
Syntax
public int BufferSize { get; set; }
Value
Type | Description |
---|---|
int | Default is 2048. |