Click or drag to resize

DfsMetrics.DataServers 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: Collection<DataServerMetrics>
A list of DataServerMetrics objects for each data server.
See Also