BTreeByteArrayObjectsPerPage Property |
Place this type of of object on its own page
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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
Return Value
Type:
UInt16
The default maximum number of objects per page
Implements
IOptimizedPersistableObjectsPerPageSee Also