Click or drag to resize

DataServerClientProtocolWriteHeaderDataServers Property

Gets or sets the data servers that this block should be written to.

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 list of ServerAddress objects for the data servers that this block should be written to.
Remarks
The first server in the list should be the data server this header is sent to. The server will forward the block to the next server in the list.
See Also