Click or drag to resize

OptimizedPersistableMaxNumberOfDatabases Property

Possibly restrict instances of to a single Database. By default this property is UInt32.MaxValue but classes like BTreeSetOidShort, BTreeMapShortOid ... override this property to return 1 since short references are restricted to a single Database.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual uint MaxNumberOfDatabases { get; }

Property Value

Type: UInt32

Implements

IOptimizedPersistableMaxNumberOfDatabases
See Also