| 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; }
Public ReadOnly Property DataServers As ReadOnlyCollection(Of ServerAddress)
Get
public:
property ReadOnlyCollection<ServerAddress^>^ DataServers {
ReadOnlyCollection<ServerAddress^>^ get ();
}
member DataServers : ReadOnlyCollection<ServerAddress> with get
Property Value
Type:
ReadOnlyCollectionServerAddress
A collection of
ServerAddress objects for the data servers that have this block.
See Also