MarkLogic XCC/.Net Library

RequestOptions.ResultBufferSize Property

The suggested (or default if never set) ResultSequence buffer size. A size of zero indicates that the implementation default will be used. This is a hint to the implementation. If the requested size is not reasonable (too big or too small) or not appropriate for the result, this hint may be ignored or constrained. In most cases, the default setting should work well.

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

See Also

RequestOptions Class | Marklogic.Xcc Namespace