 | ReplicateBlockHeartbeatResponseBlockAssignment Property |
Gets the new assignment information for the block to be replicated.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic BlockAssignment BlockAssignment { get; }
Public ReadOnly Property BlockAssignment As BlockAssignment
Get
public:
property BlockAssignment^ BlockAssignment {
BlockAssignment^ get ();
}
member BlockAssignment : BlockAssignment with get
Property Value
BlockAssignment
The
BlockAssignment that contains the new assignment information for the block to be replicated.
See Also