OBJECT
MssqlLogShippingTarget
Description
SQL Server log shipping target.
link GraphQL Schema definition
- type MssqlLogShippingTarget {
- # Forever ID of the log shipping target.
- String! :
- # Internal ID of the log shipping target.
- String! :
- # Location of the log shipping target.
- String! :
- # Lag time of the log shipping target.
- Long! :
- # Last applied point of the log shipping target.
- DateTime :
- # Status of the log shipping target.
- String! :
- # State of the log shipping target.
- String! :
- # Frequency that the primary database takes log backups.
- Long! :
- # Secondary database of the log shipping target.
- MssqlDatabase :
- # Secondary instance of the log shipping target.
- MssqlInstance :
- # Primary database of the log shipping target.
- MssqlDatabase :
- # Cluster of the log shipping target.
- Cluster :
- # Primary cluster of the log shipping target.
- Cluster :
- }
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