directConnection property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? directConnection
getter/setter pair

Deprecated: Use the additional_options map to specify the directConnection parameter instead.

For example: additional_options = {"directConnection": "true"}. Specifies whether the client connects directly to the host[:port] in the connection URI.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? directConnection;