SessionBaseFileBytesChunkSize Property |
When transferring complete files from a server, we send the file bytes in chunks of this size.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static uint FileBytesChunkSize { get; }
Public Shared ReadOnly Property FileBytesChunkSize As UInteger
Get
public:
static property unsigned int FileBytesChunkSize {
unsigned int get ();
}
static member FileBytesChunkSize : uint32 with get
Property Value
Type:
UInt32See Also