MarkLogic XDBC.NET Library

IXdbcResultSequence.BufferSize Property

A hint about the number of bytes that should be fetched from the database in a single read of results

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

Remarks

Normally this value does not need to be changed. A suitable default is used.

This setting applies to all subsequence IXdbcResultSequence created from this statement. However, unlike similar methods on an IXdbcResultSequence instance, these must be set before the statement is executed to have any effect.

Since this is a hint only, the XDBC driver may choose to ignore this value.

See Also

IXdbcResultSequence Interface | MarkLogic.Xdbc Namespace