Class ProcessFieldBufferSizeAttribute
- Namespace
- CsvHelper.Configuration.Attributes
- Assembly
- CsvHelper.dll
The size of the buffer used when processing fields. Default is 1024.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class ProcessFieldBufferSizeAttribute : Attribute, IClassMapper
- Inheritance
-
ProcessFieldBufferSizeAttribute
- Implements
- Inherited Members
Constructors
ProcessFieldBufferSizeAttribute(int)
The size of the buffer used when processing fields.
public ProcessFieldBufferSizeAttribute(int processFieldBufferSize)
Parameters
processFieldBufferSize
int
Properties
ProcessFieldBufferSize
The size of the buffer used when processing fields.
public int ProcessFieldBufferSize { get; }
Property Value
Methods
ApplyTo(CsvConfiguration)
public void ApplyTo(CsvConfiguration configuration)
Parameters
configuration
CsvConfiguration