dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoader Class / BufferSize Property

In This Topic
    BufferSize Property (SalesforceLoader)
    In This Topic
    Gets or sets the size of the data buffer. When the limit is reached the buffered data are sent to Salesforce in one batch.
    Syntax
    'Declaration
     
    Public Shadows Property BufferSize As Integer
    public new int BufferSize {get; set;}

    Property Value

    The size of the data buffer.
    Remarks
    Note that if the BatchSize limit is reached first, the data are sent to Salesforce before the BufferSize limit is reached.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also