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

Property Value

ImmutableArrayServerAddress
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