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:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int BufferSize { get; set; }

Property Value

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