Represents a collection of store items indexed by key.
Used as the return type for storage read operations.
Keys are the storage item identifiers, and values are the stored items.
If a requested key is not found during a read operation, it will not appear in this collection.
Represents a collection of store items indexed by key.
Remarks
Used as the return type for storage read operations.