ENUM

ShareTypeEnum

Description

Share type for fileset.

link GraphQL Schema definition

  • enum ShareTypeEnum {
  • # NFS share.
  • NFS
  • # Not shared.
  • NoShareType
  • # SMB share.
  • SMB
  • }