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.
- : String!
- # Supported in m3.2.0-m4.2.0
- # Metadata information for store.
- : StoreMetadata
- # Required. Supported in m3.2.0-m4.2.0
- # Name of the store.
- : String!
- : MosaicStoreObjectStoreType!
- # Required. Supported in m3.2.0-m4.2.0
- # Store path/url.
- : String!
- # Supported in m3.2.0-m4.2.0
- # Url for nfs server.
- : String
- }