Click or drag to resize

BTreeMapBaseKey, ValueTransientBatchSize Property

Get/Set the max batch size used in API such as AddFast(Key)

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override uint TransientBatchSize { get; set; }

Property Value

Type: UInt32
See Also