BTreeMapBaseKey, ValueTransientBatchSize Property |
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override uint TransientBatchSize { get; set; }
Public Overrides Property TransientBatchSize As UInteger
Get
Set
public:
virtual property unsigned int TransientBatchSize {
unsigned int get () override;
void set (unsigned int value) override;
}
abstract TransientBatchSize : uint32 with get, set
override TransientBatchSize : uint32 with get, set
Property Value
Type:
UInt32See Also