Click or drag to resize

DfsMetricsDataServers Property

Gets metrics for all data servers registered with the system.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public Collection<DataServerMetrics> DataServers { get; }

Property Value

Type: CollectionDataServerMetrics
A list of DataServerMetrics objects for each data server.
See Also