 | DataServerClientProtocolWriteHeaderDataServers Property |
Gets or sets the data servers that this block should be written to.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic ImmutableArray<ServerAddress> DataServers { get; }
Public ReadOnly Property DataServers As ImmutableArray(Of ServerAddress)
Get
public:
property ImmutableArray<ServerAddress^> DataServers {
ImmutableArray<ServerAddress^> get ();
}
member DataServers : ImmutableArray<ServerAddress> with 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