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