dropAllIndexes() public method
Drops all indexes for this collection.
public integer dropAllIndexes ( ) | ||
---|---|---|
return | integer |
Count of dropped indexes. |
throws | yii\mongodb\Exception |
on failure. |
dropAllIndexes() public method
Drops all indexes for this collection.
public integer dropAllIndexes ( ) | ||
---|---|---|
return | integer |
Count of dropped indexes. |
throws | yii\mongodb\Exception |
on failure. |
Please login to continue.