GenericEncodedNodeTKey, TValueMaximumStorageSize Property
Gets the maximum storage size, in bytes, required for encoding a single key-value pair.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected int MaximumStorageSize { get; }
Protected ReadOnly Property MaximumStorageSize As Integer
Get
protected:
property int MaximumStorageSize {
int get ();
}
function get_MaximumStorageSize();
Property Value
Int32
This property returns the maximum storage size, in bytes, required to encode a single key-value pair
using the configured encoding method. It reflects the maximum amount of space that a single pair
can occupy in the data store, which can be useful for calculating storage requirements.