BTreeConfiguration.

BTreeConfiguration(ITransactionalIdSystem, SlotChangeFactory, int, bool) Constructor

Syntax

public BTreeConfiguration(ITransactionalIdSystem idSystem, SlotChangeFactory slotChangeFactory, int cacheSize, bool canEnlistWithTransaction)

Parameters

Name Type Description
idSystem ITransactionalIdSystem
slotChangeFactory SlotChangeFactory
cacheSize int
canEnlistWithTransaction bool

Return Value

Type Description
void