MarkLogic XCC/.Net Library

ContentCreateOptions.BufferSize Property

Set the working buffer size for transferring the document data when doing a content insert. The default (represented by the value -1) is the size of the document or 12MB, whichever is smaller.

[Visual Basic]
Overridable Public Property BufferSize As Integer
[C#]
public virtual int BufferSize {get; set;}

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace