|
Many specs define public APIs but don't mention sessions. The session spec only mandates behavior for Collection and Database objects. Should driver support implicit/explicit sessions for other public API methods or not?
Specs to consider:
- Enumerate Indexes and Index Management (implied by session API for standard API on Collection but not documented; and what about the IndexView API?)
- Enumerate Collections (implied by session API re Database object, but API does not document it.)
- Enumerate Databases
- Change streams (implied by session API for Collection and Database, but API does not document it; but what about Client-level watch?)
- GridFS (covered by SPEC-921)
|