SessionBaseBTreeAddFastTransientBatchSize Property |
Default batch size for BTree AddFast api, initially set to 100
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static uint BTreeAddFastTransientBatchSize { get; set; }
Public Shared Property BTreeAddFastTransientBatchSize As UInteger
Get
Set
public:
static property unsigned int BTreeAddFastTransientBatchSize {
unsigned int get ();
void set (unsigned int value);
}
static member BTreeAddFastTransientBatchSize : uint32 with get, set
Property Value
Type:
UInt32See Also