rozod
    Preparing search index...

    Variable getCloudV2UniversesUniverseIdMemoryStoreSortedMapsSortedMapIdItemsItemIdConst Param

    getCloudV2UniversesUniverseIdMemoryStoreSortedMapsSortedMapIdItemsItemId: EndpointGeneric<
        { item_id: string; sorted_map_id: string; universe_id: string },
        {
            etag: string;
            expireTime: string;
            id: string;
            numericSortKey: number;
            path: string;
            stringSortKey: string;
            ttl: string;
            value: unknown;
        },
        undefined,
    > = ...

    STABLE

    Gets and returns the value of the given key in the map.

    Scopes: memory-store.sorted-map:read Engine: Not available in-engine

    universe_id The universe ID. sorted_map_id The sorted-map ID. item_id The item ID.