OBJECT
ExchangeLiveMount
Description
Exchange live mount.
link GraphQL Schema definition
- type ExchangeLiveMount {
- # CDM ID of the live mount.
- : UUID!
- # Cluster of the live mount.
- : Cluster!
- # Fid of the live mount.
- : UUID!
- # Describes if the live mount is ready.
- : Boolean!
- # NodeId of the node with the live mount.
- : String!
- # Node Ip of the node with the live mount.
- : String!
- # Source database of the live mount.
- : ExchangeDatabase
- # Source snapshot of the live mount.
- : CdmSnapshot!
- }
link Require by
- ExchangeLiveMountConnectionPaginated list of ExchangeLiveMount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ExchangeLiveMountEdgeWrapper around the ExchangeLiveMount object. This wrapper is used for pagination.