OBJECT

MssqlLogShippingTarget

Description

SQL Server log shipping target.

link GraphQL Schema definition

  • type MssqlLogShippingTarget {
  • # Forever ID of the log shipping target.
  • fid: String!
  • # Internal ID of the log shipping target.
  • cdmId: String!
  • # Location of the log shipping target.
  • location: String!
  • # Lag time of the log shipping target.
  • lagTimeFromPrimary: Long!
  • # Last applied point of the log shipping target.
  • lastAppliedPoint: DateTime
  • # Status of the log shipping target.
  • status: String!
  • # State of the log shipping target.
  • state: String!
  • # Frequency that the primary database takes log backups.
  • logFrequency: Long!
  • # Secondary database of the log shipping target.
  • secondaryDatabase: MssqlDatabase
  • # Secondary instance of the log shipping target.
  • secondaryInstance: MssqlInstance
  • # Primary database of the log shipping target.
  • primaryDatabase: MssqlDatabase
  • # Cluster of the log shipping target.
  • cluster: Cluster
  • # Primary cluster of the log shipping target.
  • primaryCluster: Cluster
  • }