| 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; }
Public ReadOnly Property BlockSize As Long
Get
public:
property long long BlockSize {
long long get ();
}
member BlockSize : int64 with 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 See Also