Click or drag to resize

DeleteBlocksHeartbeatResponseBlocks Property

Gets a list with the identifiers of the blocks to delete.

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

Property Value

Type: IListGuid
A list of Guid values that identiy the blocks to delete.
See Also