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: 2.0.0
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