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: 2.0.0
Syntax
int BlockSize { get; }

Property Value

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