OBJECT

SnapshotScanConfig

Description

Snapshot scan config.

link GraphQL Schema definition

  • type SnapshotScanConfig {
  • # Specifies the end time of the snapshot scan.
  • endTime: DateTime
  • # Specifies the max snapshots per object.
  • maxSnapshotsPerObject: Int!
  • # Specifies the start time of the snapshot scan.
  • startTime: DateTime
  • }