BufferSizeAttribute Class
The size of the buffer used for parsing and writing CSV files. Default is 0x1000.
Namespace
CsvHelper.Configuration.Attributes
Interfaces
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IClassMapper"] click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper" Type["BufferSizeAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class BufferSizeAttribute : Attribute, IClassMapper

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
BufferSizeAttribute(int) The size of the buffer used for parsing and writing CSV files.

Properties

Name Property Type Summary
BufferSize int
The buffer size.

Methods

Name Return Value Summary
ApplyTo(CsvConfiguration) void
Applies configuration.