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