DseClusterBuilderWithPort Method |
The port to use to connect to all Cassandra hosts. If not set through this
method, the default port (9042) will be used instead.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public DseClusterBuilder WithPort(
int port
)
Parameters
- port
- Type: SystemInt32
the port to set.
Return Value
Type:
DseClusterBuilderthis Builder
See Also