SAP HANA · JSON Structure

Sap Hana Cloud Rest Last Operation Structure

Type: object Properties: 5
AnalyticsCloudDatabaseEnterpriseIn-Memory

LastOperation is a JSON Structure definition published by SAP HANA, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type state description created_at updated_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LastOperation",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}