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.
    See Also