Click or drag to resize

INameServerClientProtocolBlockSize Property

Gets the default size of a single block in a file.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
int BlockSize { get; }

Property Value

Int32
The default size of a single block in a file.
Remarks
All blocks in a file except the last one will be exactly the block size. Individual files may override the default block size.
See Also