  | INameServerClientProtocolBlockSize Property | 
            Gets the default size of a single block in a file.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
SyntaxReadOnly Property BlockSize As Integer
	Get
property int BlockSize {
	int get ();
}abstract BlockSize : int with 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