Berkeley DB .NET API Documentation |
QueueDatabase..::.ExtentSize Property |
QueueDatabase Class See Also |
The size of the extents used to hold pages in a
QueueDatabase, specified as a number of pages.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public uint ExtentSize { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ExtentSize As UInteger |
Visual C++ |
---|
public: property unsigned int ExtentSize { unsigned int get (); } |