Updated on 2025-08-28 GMT+08:00

Scanning KV Items

Scenarios

You will check KV items in a table.

Prerequisites

The KV items you want to check have been added.

Procedure

  1. Log in to the KVS console.
  2. In the navigation pane, choose Stores.
  3. Search for and select a store and then a table where you want to check KV items.
  4. Click the KV Items tab.
  5. Click Scan KV Item in the upper left corner.

    Figure 1 Scan KV Item page

  6. In the dialog box, select a table or index from the drop-down list.
  7. (Optional) Select Filters and select or enter filter criteria.

    Table 1 Filter criteria

    Parameter

    Description

    Field Name

    A field name in KV items. You can select the shard key or sort key of the base table, local secondary index, or global secondary index.

    Condition

    The condition can be Equal, Greater Than, Less Than, Greater Than Or Equal, Less Than Or Equal, Not Equal, Prefix, Included In, Not Included In, or Exists. For Included In and Not Included In, you can enter or select multiple types and corresponding values.

    Type

    The value can be a string, integer, long integer, floating-point number, Boolean value, date, binary value, timestamp, or ObjectId.

    Value

    Enter or select the field value of the corresponding type.

  8. Click Run. The KV items that meet the filter criteria are displayed in the list.

    A maximum of 50 KV items can be displayed in a scan. If there are over 50 KV items found, the message "This table has more KV items. Click to scan more. Scan next page" is displayed.

  9. (Optional) If you want to check KV items that are not displayed, click Scan next page. A maximum of 50 KV items are displayed, and the previously scanned items are retained.

    Figure 2 Scan next page