SortedTreeFileGetMetadataTKey, TValue Method

Gets the metadata from the archive file associated with the specified key and value types.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public byte[]? GetMetadata<TKey, TValue>()
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>

Type Parameters

TKey
The type parameter specifying the data type for keys.
TValue
The type parameter specifying the data type for values.

Return Value

Byte
Metadata extracted from archive file; otherwise, null if no metadata exists.

See Also