connectionProperties property

List<ConnectionProperty>? connectionProperties
getter/setter pair

Connection properties which can modify the load job behavior.

Currently, only the 'session_id' connection property is supported, and is used to resolve _SESSION appearing as the dataset id.

Optional.

Implementation

core.List<ConnectionProperty>? connectionProperties;