GoLang MongoCursorInterface::batchSize

request it (346)
GoLang replacement for PHP's MongoCursorInterface::batchSize [edit | history]



Do you know a GoLang replacement for PHP's MongoCursorInterface::batchSize? Write it!

PHP MongoCursorInterface::batchSize

PHP original manual for MongoCursorInterface::batchSize [ show | php.net ]

MongoCursorInterface::batchSize

(PECL mongo >=1.5.0)

MongoCursorInterface::batchSizeLimits the number of elements returned in one batch

Description

abstract public MongoCursorInterface MongoCursorInterface::batchSize ( int $batchSize )

A cursor typically fetches a batch of result objects and stores them locally. This method sets the batch size value to configure the amount of documents retrieved from the server in one round trip.

Parameters

batchSize

The number of results to return per batch.

Return Values

Returns this cursor.