OBJECT

ObjectSnapshotMapping

Description

Object snapshot mapping.

link GraphQL Schema definition

  • type ObjectSnapshotMapping {
  • # TODO(SPARK-398306): Object fid from string to uuid.
  • # Object FID.
  • objectFid: String!
  • # Snapshot FIDs.
  • snapshotFid: [String!]!
  • }