getChunkCursor() public method
Returns file chunks read cursor.
| public \MongoDB\Driver\Cursor getChunkCursor ( $refresh = false ) | ||
|---|---|---|
| $refresh | boolean |
Whether to recreate cursor, if it is already exist. |
| return | \MongoDB\Driver\Cursor |
Chuck list cursor. |
| throws | yii\base\InvalidConfigException | |
Please login to continue.