Click or drag to resize

BlockReportHeartbeatDataBlocks Property

Gets the the blocks that are stored on this data server.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public ReadOnlyCollection<Guid> Blocks { get; }

Property Value

Type: ReadOnlyCollectionGuid
A list of block IDs for the blocks stored on this data server.
See Also