createSession property
If true, creates a new session using a randomly generated session_id.
If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode. The session location will be set to QueryRequest.location if it is present, otherwise it's set to the default location based on existing routing logic.
Optional.
Implementation
core.bool? createSession;