OBJECT
MssqlLogShippingTarget
Description
SQL Server log shipping target.
link GraphQL Schema definition
- type MssqlLogShippingTarget {
- # Internal ID of the log shipping target.
- : String!
- # Cluster of the log shipping target.
- : Cluster
- # Forever ID of the log shipping target.
- : String!
- # Lag time of the log shipping target.
- : Long!
- # Last applied point of the log shipping target.
- : DateTime
- # Location of the log shipping target.
- : String!
- # Frequency that the primary database takes log backups.
- : Long!
- # Primary cluster of the log shipping target.
- : Cluster
- # Primary database of the log shipping target.
- : MssqlDatabase
- # Secondary database of the log shipping target.
- : MssqlDatabase
- # Secondary instance of the log shipping target.
- : MssqlInstance
- # State of the log shipping target.
- : String!
- # Status of the log shipping target.
- : String!
- }
link Require by
- MssqlLogShippingTargetConnectionPaginated list of MssqlLogShippingTarget objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- MssqlLogShippingTargetEdgeWrapper around the MssqlLogShippingTarget object. This wrapper is used for pagination.
- Query