OBJECT

MosaicStoreObject

Description

Supported in m3.2.0-m4.2.0 Object for stores added on mosaic.

link GraphQL Schema definition

  • type MosaicStoreObject {
  • # Required. Supported in m3.2.0-m4.2.0
  • # UUID of the store.
  • id: String!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Name of the store.
  • storeName: String!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Store path/url.
  • storeUrl: String!
  • # Supported in m3.2.0-m4.2.0
  • # Url for nfs server.
  • surlNfs: String
  • storeType: MosaicStoreObjectStoreType!
  • # Supported in m3.2.0-m4.2.0
  • # Metadata information for store.
  • storeMetadata: StoreMetadata
  • }