eventstoredb.client.types# Module Contents# Classes# ClientOptions class eventstoredb.client.types.ClientOptions[source]# host: str# port: int = 2113# username: str | None# password: str | None# tls: bool = True# dns_discovery: bool = False# keep_alive_timeout: int = 10000# keep_alive_interval: int = 10000# classmethod from_connection_string(connection_string)[source]# Parameters: connection_string (str) – Return type: ClientOptions