Skip to content
DocsTry Aspire
DocsTry

DbxConnectionConfig Properties

ClassProperties22 members
Represents a database connection configuration for dbx.
ConnectionStringSection titled ConnectionStringnullablestring?
Gets or sets an explicit connection string, overriding individual fields.
public string? ConnectionString { get; set; }
ConnectTimeoutSecsSection titled ConnectTimeoutSecsulong
Gets or sets the connection timeout in seconds.
public ulong ConnectTimeoutSecs { get; set; }
DatabaseSection titled Databasenullablestring?
Gets or sets the database name.
public string? Database { get; set; }
Gets or sets the database type.
public DbxDatabaseType DbType { get; set; }
Gets or sets the host address.
public string Host { get; set; }
Gets or sets the unique identifier for the connection.
public string Id { get; set; }
JdbcDriverClassSection titled JdbcDriverClassnullablestring?
Gets or sets the JDBC driver class.
public string? JdbcDriverClass { get; set; }
JdbcDriverPathsSection titled JdbcDriverPathsList<string>
Gets or sets the JDBC driver paths.
public List<string> JdbcDriverPaths { get; set; }
Gets or sets the display name of the connection.
public string Name { get; set; }
Gets or sets the password for authentication.
public string Password { get; set; }
Gets or sets the port number.
public ushort Port { get; set; }
QueryTimeoutSecsSection titled QueryTimeoutSecsulong
Gets or sets the query timeout in seconds.
public ulong QueryTimeoutSecs { get; set; }
RedisClusterNodesSection titled RedisClusterNodesnullablestring?
Gets or sets the Redis cluster nodes (comma-separated).
public string? RedisClusterNodes { get; set; }
RedisConnectionModeSection titled RedisConnectionModenullablestring?
Gets or sets the Redis connection mode (e.g. "standalone", "sentinel", "cluster").
public string? RedisConnectionMode { get; set; }
RedisSentinelMasterSection titled RedisSentinelMasternullablestring?
Gets or sets the Redis Sentinel master name.
public string? RedisSentinelMaster { get; set; }
RedisSentinelNodesSection titled RedisSentinelNodesnullablestring?
Gets or sets the Redis Sentinel nodes (comma-separated).
public string? RedisSentinelNodes { get; set; }
RedisSentinelPasswordSection titled RedisSentinelPasswordnullablestring?
Gets or sets the Redis Sentinel password.
public string? RedisSentinelPassword { get; set; }
Gets or sets whether TLS is enabled for Redis Sentinel.
public bool RedisSentinelTls { get; set; }
RedisSentinelUsernameSection titled RedisSentinelUsernamenullablestring?
Gets or sets the Redis Sentinel username.
public string? RedisSentinelUsername { get; set; }
Gets or sets whether SSL is enabled.
public bool Ssl { get; set; }
UrlParamsSection titled UrlParamsnullablestring?
Gets or sets optional URL parameters.
public string? UrlParams { get; set; }
Gets or sets the username for authentication.
public string Username { get; set; }