| 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 ReadOnly Property BlockSize As Integer
Get
property int BlockSize {
int get ();
}
abstract BlockSize : int with 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