Package version:

Protocols to enable on the share. For now, only support SMB or NFS.

interface ShareProtocols {
    nfsEnabled?: boolean;
    smbEnabled?: boolean;
}

Properties

nfsEnabled?: boolean

The share can be accessed by NFSv4.1.

smbEnabled?: boolean

The share can be accessed by SMBv3.0, SMBv2.1 and REST.