Click or drag to resize
Cluster Properties

The Cluster type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
Gets the cluster configuration.
Public propertyStatic memberMaxProtocolVersion
Gets or sets the maximum protocol version used by this driver.

While property value is maintained for backward-compatibility, use SetMaxProtocolVersion(Byte) to set the maximum protocol version used by the driver.

Public propertyMetadata
Gets read-only metadata on the connected cluster.

This includes the know nodes (with their status as seen by the driver) as well as the schema definitions.

This method may trigger the creation of a connection if none has been established yet.

Top
See Also