GenericEncodedNodeTKey, TValueMaximumStorageSize Property

Gets the maximum storage size, in bytes, required for encoding a single key-value pair.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected int MaximumStorageSize { get; }

Property Value

Int32

Remarks

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.

See Also