ConnectionArgs🔗
Definition🔗
class ConnectionArgs:
region: typing.Optional[str]
catalog: typing.Optional[str]
database: typing.Optional[str]
result_reuse_enabled: typing.Optional[bool]
result_reuse_max_age_in_minutes: typing.Optional[float]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.