Apache Hudi · JSON Structure

Hudi Timelineinstant Structure

Type: object Properties: 3
ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

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

Properties

timestamp action state

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-timelineinstant-structure.json",
  "title": "TimelineInstant",
  "type": "object",
  "properties": {
    "timestamp": "string",
    "action": "string",
    "state": "string"
  }
}