Click or drag to resize
ClusterMetadata Property
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.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public Metadata Metadata { get; }

Property Value

Type: Metadata

Implements

IClusterMetadata
See Also