Click or drag to resize

OnDemandLocalFileSystemOptionsHydrationChunkSize Property

Gets or sets the size of a hydration chunk. If the value is 0 or negative, a default value will be used. Note the final buffer size will always be aligned on a 4096 boundary.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int HydrationChunkSize { get; set; }

Property Value

Type: Int32
The size of a hydration chunk.
See Also