Click or drag to resize

BlockAssignmentDataServers Property

Gets the data servers that have a replica of this block.

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

Property Value

Type: ReadOnlyCollectionServerAddress
A collection of ServerAddress objects for the data servers that have this block.
See Also