Apache Flink · JSON Structure

Flink Rest Counts Structure

Counts schema from Apache Flink REST API

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

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

Properties

completed failed in_progress restored total

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-counts-structure.json",
  "name": "Counts",
  "description": "Counts schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "completed": {
      "type": "int64"
    },
    "failed": {
      "type": "int64"
    },
    "in_progress": {
      "type": "int32"
    },
    "restored": {
      "type": "int64"
    },
    "total": {
      "type": "int64"
    }
  }
}