Click or drag to resize

BlockKind Enumeration

Specifies what kind of blocks to return from GetBlocks(BlockKind).

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public enum BlockKind
Members
Member nameValueDescription
Normal0 All regular, non-pending blocks.
UnderReplicated1 All blocks that are insufficiently replicated.
Pending2 All blocks that are pending.
See Also