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. |
Please login to continue.