FileShareType

public enum FileShareType : String, CustomStringConvertible, Codable

Undocumented

  • nfs

    Undocumented

    Declaration

    Swift

    case nfs = "NFS"
  • smb

    Undocumented

    Declaration

    Swift

    case smb = "SMB"
  • Declaration

    Swift

    public var description: String { get }