ENUM

MosaicStoreType

Description

Type of storage location.

link GraphQL Schema definition

  • enum MosaicStoreType {
  • # Microsoft Azure Store.
  • AZURE_STORE
  • # Google Cloud Store.
  • GS_STORE
  • # NFS Store.
  • NFS_STORE
  • # AWS S3 Store.
  • S3_STORE
  • # Store Type is not available for this store.
  • TYPE_UNAVAILABLE
  • }