Scope of this ticket:
- The prefetching MVP has a prefetch configuration for the connection level but currently does not have a prefetch configuration on the session level. Add a prefetch configuration on the session level. WT_CONNECTION.open_session("prefetch=true")
- Consider if the prefetch configurations on the connection and session levels should be simple true/false boolean configurations or if they should be group configurations.