Newer server versions may have "info" and "idIndex" fields, as mentioned in SERVER-26513. Note that the full collection data is available via the __debugInfo() method, but implementing ArrayAccess would make it easier to access such fields. We can also have DatabaseInfo implement ArrayAccess for consistency.
- is related to
-
SERVER-26513 listCollections output should include _id index spec as idIndex
- Closed