OBJECT
MssqlDatabaseLiveMount
Description
Live mount of a SQL Server database.
link GraphQL Schema definition
- type MssqlDatabaseLiveMount {
- # Forever ID of the live mount.
- String! :
- # Internal ID of the live mount.
- String! :
- # Internal ID of the mounted database.
- String! :
- # Name of the mounted database.
- String! :
- # ID of the database mount request job.
- String! :
- # ID of the database unmount request job.
- String! :
- # Timestamp when the mount was created.
- DateTime :
- # Status of the live mount.
- Boolean! :
- # Recovery point of the live mount.
- DateTime :
- # Owner ID of the live mount.
- String! :
- # Target instance of the live mount.
- MssqlInstance :
- # Source database of the live mount.
- MssqlDatabase :
- # Cluster of the live mount.
- Cluster :
- }
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.