Amazon DynamoDB · JSON Structure

Dynamodb Query Output Structure

Type: object Properties: 4
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

QueryOutput is a JSON Structure definition published by Amazon DynamoDB, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Items Count ScannedCount LastEvaluatedKey

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "QueryOutput",
  "type": "object",
  "properties": {
    "Items": {
      "type": "array"
    },
    "Count": {
      "type": "integer"
    },
    "ScannedCount": {
      "type": "integer"
    },
    "LastEvaluatedKey": {
      "type": "object"
    }
  }
}