 | JumboFileBlockSize Property |
Gets the size of the blocks that the file was divided into.
Namespace: Ookii.Jumbo.Dfs.FileSystemAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
Int64
The size of the blocks, or the size of the file if the file system doesn't support blocks.
See Also