dnsConfig property

DnsConfig? dnsConfig
final

Options for transactions. DNS config for connecting to the cluster.

Volatile: This API is subject to change at any time.

Implementation

// final TransactionsConfig? transactions;

/// DNS config for connecting to the cluster.
///
/// **Volatile**: This API is subject to change at any time.
final DnsConfig? dnsConfig;