OBJECT

MosaicStorageLocation

Description

Response object for list store on mosaic.

link GraphQL Schema definition

  • type MosaicStorageLocation {
  • # Fid of Mosaic Storage Locations.
  • fid: String!
  • # Mosaic ID of Storage Location.
  • id: String!
  • # UUID of Mosaic Cluster.
  • clusterUuid: String!
  • # Name of Storage Location.
  • storageLocationName: String!
  • # Geographic Location of Store.
  • geographicLocation: String!
  • # Count of backups stored in storage location.
  • backupCount: Int!
  • # Space consumed on storage location.
  • spaceConsumedBytes: Long!
  • # Various parameters used for connecting with store.
  • connectionParameters: MosaicStoreConnectionParameters
  • # Connection Status of Mosaic with Store.
  • storeConnectionStatus: MosaicStoreConnectionStatus!
  • # Type of Mosaic Store.
  • storeType: MosaicStoreType!
  • }

link Require by