OBJECT

RscSnapshotLocationRetentionInfo

Description

RSC snapshot location retention information.

link GraphQL Schema definition

  • type RscSnapshotLocationRetentionInfo {
  • # Time when the snapshot expired or is expected to expire at this location.
  • expirationTime: DateTime
  • # Specifies whether the expiration date for this snapshot has been calculated.
  • # This field will be absent if the snapshot has never existed at this location.
  • isExpirationDateCalculated: Boolean!
  • # Specifies whether the snapshot is present at this location.
  • isSnapshotPresent: Boolean!
  • # Location ID of snapshot.
  • locationId: String!
  • # Location name of snapshot.
  • locationName: String!
  • }