Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of PHP Library Manual, refer to the upgrade documentation.

MongoDB\Model\IndexInfo::isSparse()

Definition

MongoDB\Model\IndexInfo::isSparse

Return whether the index is a sparse index. This correlates with the sparse option for MongoDB\Collection::createIndex().

function isSparse(): boolean

Return Values

A boolean indicating whether the index is a sparse index.

See Also