OBJECT
MssqlDatabaseLiveMount
Description
Live mount of a SQL Server database.
link GraphQL Schema definition
- type MssqlDatabaseLiveMount {
- # Internal ID of the live mount.
- : String!
- # Cluster of the live mount.
- : Cluster
- # Timestamp when the mount was created.
- : DateTime
- # Forever ID of the live mount.
- : String!
- # Status of the live mount.
- : Boolean!
- # ID of the database mount request job.
- : String!
- # Internal ID of the mounted database.
- : String!
- # Name of the mounted database.
- : String!
- # Owner ID of the live mount.
- : String!
- # Recovery point of the live mount.
- : DateTime
- # Source database of the live mount.
- : MssqlDatabase
- # Target instance of the live mount.
- : MssqlInstance
- # ID of the database unmount request job.
- : String!
- }
link Require by
- MssqlDatabaseLiveMountConnectionPaginated list of MssqlDatabaseLiveMount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- MssqlDatabaseLiveMountEdgeWrapper around the MssqlDatabaseLiveMount object. This wrapper is used for pagination.