Click or drag to resize

SyncGetEntryContentOptionsBufferSize Property

Gets or sets the preferred size of the transfer buffer. This is not necessarily supported by file system implementations.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual int BufferSize { get; set; }

Property Value

Type: Int32
The size of the transfer buffer.
See Also