Para agentes de IA: hay un índice de documentación disponible en https://www.mongodb.com/es/docs/llms.txt — versiones en markdown de todas las páginas están disponibles agregando .md a cualquier ruta URL.
Docs Menu

Clase MongoDB\Model\IndexInfo

MongoDB\Model\IndexInfo

Esta clase modela información sobre un índice. Las instancias de esta clase son devueltas al recorrer un MongoDB\Model\IndexInfoIterator, el cual es devuelto por MongoDB\Collection::listIndexes().

This class implements PHP's ArrayAccess interface. This provides a mechanism for accessing index fields for which there exists no helper method. isset() may be used to check for the existence of a field before accessing it with [].

Nota

The MongoDB\Model\IndexInfo class is immutable. Attempting to modify it via the ArrayAccess interface will result in a MongoDB\Exception\BadMethodCallException.

Califique esta página