Package version:

SMB storage properties

interface SmbStorage {
    accessMode?: string;
    domain?: string;
    host?: string;
    password?: string;
    shareName?: string;
    username?: string;
}

Properties

accessMode?: string

Access mode for storage

domain?: string

The domain name for the user.

host?: string

The host name or IP address of the SMB server.

password?: string

The password for the user.

shareName?: string

The path to the SMB shared folder.

username?: string

The user to log on to the SMB server.