OBJECT

MssqlDbDetail

Description

Supported in v5.0+

link GraphQL Schema definition

  • type MssqlDbDetail {
  • # Supported in v5.0+
  • archiveStorage: Long
  • # Supported in v5.0+
  • isLocal: Boolean
  • # Supported in v5.0+
  • # This field is deprecated. Use the isStandby field on the replicas list instead.
  • # This field will continue to work for non-availability databases, but it is
  • # meaningless for availability databases.
  • isStandby: Boolean
  • # Supported in v5.0+
  • localStorage: Long
  • # Supported in v5.0+
  • maxDataStreams: Int
  • # Supported in v5.0+
  • postBackupScript: MssqlScriptDetail
  • # Supported in v5.0+
  • preBackupScript: MssqlScriptDetail
  • # Supported in v5.0+
  • # This field is deprecated. Use the recoveryForkGuid field on the replicas list
  • # instead. This field will continue to work for non-availability databases, but it
  • # is meaningless for availability databases.
  • recoveryForkGuid: String
  • # Required. Supported in v5.0+
  • snapshotCount: Int!
  • blackoutWindowResponseInfo: BlackoutWindowResponseInfo
  • latestRecoveryPointV50: String
  • latestRecoveryPointV51: String
  • latestRecoveryPointV52: String
  • latestRecoveryPointV53: String
  • latestRecoveryPointV60: DateTime
  • latestRecoveryPointV70: DateTime
  • latestRecoveryPointV80: DateTime
  • latestRecoveryPointV81: DateTime
  • latestRecoveryPointV90: DateTime
  • mssqlDbSummary: MssqlDbSummary
  • oldestRecoveryPointV50: String
  • oldestRecoveryPointV51: String
  • oldestRecoveryPointV52: String
  • oldestRecoveryPointV53: String
  • oldestRecoveryPointV60: DateTime
  • oldestRecoveryPointV70: DateTime
  • oldestRecoveryPointV80: DateTime
  • oldestRecoveryPointV81: DateTime
  • oldestRecoveryPointV90: DateTime
  • protectionDateV50: String
  • protectionDateV51: String
  • protectionDateV52: String
  • protectionDateV53: String
  • protectionDateV60: DateTime
  • protectionDateV70: DateTime
  • protectionDateV80: DateTime
  • protectionDateV81: DateTime
  • protectionDateV90: DateTime
  • oldestRecoveryPointV91: DateTime
  • oldestRecoveryPointV92: DateTime
  • latestRecoveryPointV91: DateTime
  • latestRecoveryPointV92: DateTime
  • protectionDateV91: DateTime
  • protectionDateV92: DateTime
  • }