OBJECT
MosaicStorageLocation
Description
Response object for list store on mosaic.
link GraphQL Schema definition
- type MosaicStorageLocation {
- # Count of backups stored in storage location.
- : Int!
- # UUID of Mosaic Cluster.
- : String!
- # Various parameters used for connecting with store.
- : MosaicStoreConnectionParameters
- # Fid of Mosaic Storage Locations.
- : String!
- # Geographic Location of Store.
- : String!
- # Mosaic ID of Storage Location.
- : String!
- # Space consumed on storage location.
- : Long!
- # Name of Storage Location.
- : String!
- # Connection Status of Mosaic with Store.
- : MosaicStoreConnectionStatus!
- # Type of Mosaic Store.
- : MosaicStoreType!
- }