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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public ImmutableArray<ServerAddress> DataServers { get; }

Property Value

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