Apache Flink · JSON Structure

Flink Rest Restored Checkpoint Statistics Structure

RestoredCheckpointStatistics schema from Apache Flink REST API

Type: object Properties: 4
ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

RestoredCheckpointStatistics is a JSON Structure definition published by Apache Flink, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

external_path id is_savepoint restore_timestamp

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-restored-checkpoint-statistics-structure.json",
  "name": "RestoredCheckpointStatistics",
  "description": "RestoredCheckpointStatistics schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "external_path": {
      "type": "string"
    },
    "id": {
      "type": "int64"
    },
    "is_savepoint": {
      "type": "boolean"
    },
    "restore_timestamp": {
      "type": "int64"
    }
  }
}