| BTreeBaseKey, ValueObjectsPerPage Property  | 
 
            Limit to 1000 per page (instead of default 40000)
            
 
    Namespace: 
   VelocityDb.Collection.BTree
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic override ushort ObjectsPerPage { get; }Public Overrides ReadOnly Property ObjectsPerPage As UShort
	Get
public:
virtual property unsigned short ObjectsPerPage {
	unsigned short get () override;
}abstract ObjectsPerPage : uint16 with get
override ObjectsPerPage : uint16 with get
Property Value
Type: 
UInt16Implements
IOptimizedPersistableObjectsPerPage See Also
See Also