Click or drag to resize

DseClusterMetadata 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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Metadata Metadata { get; }

Property Value

Type: Metadata

Implements

IClusterMetadata
See Also