Click or drag to resize

JumboFileBlockSize Property

Gets the size of the blocks that the file was divided into.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public long BlockSize { get; }

Property Value

Type: Int64
The size of the blocks, or the size of the file if the file system doesn't support blocks.
Remarks