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:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual int HydrationChunkSize { get; set; }
Property Value
Type:
Int32
The size of a hydration chunk.
See Also