Apache Hudi · JSON Structure

Hudi Queryconfig Structure

Type: object Properties: 4
ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

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

Properties

queryType beginInstantTime endInstantTime maxCommits

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-hudi/json-structure/hudi-queryconfig-structure.json",
  "title": "QueryConfig",
  "type": "object",
  "properties": {
    "queryType": "string",
    "beginInstantTime": "string",
    "endInstantTime": "string",
    "maxCommits": "int32"
  }
}