mongodb\file\Collection ensureIndexes()

ensureIndexes() public method

Makes sure that indexes, which are crucial for the file processing, exist at this collection and $chunkCollection.

The check result is cached per collection instance.

public $this ensureIndexes ( $force = false )
$force boolean

Whether to ignore internal collection instance cache.

return $this

Self reference.

doc_Yii
2016-10-30 17:08:20
Comments
Leave a Comment

Please login to continue.