ProcessFieldBufferSizeAttribute Class
The size of the buffer used when processing fields. Default is 1024.
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["ProcessFieldBufferSizeAttribute"] class Type type-node

Syntax

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

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
ProcessFieldBufferSizeAttribute(int) The size of the buffer used when processing fields.

Properties

Name Property Type Summary
ProcessFieldBufferSize int
The size of the buffer used when processing fields.

Methods

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