SmbStorage interface
SMB storage properties
Properties
| access |
Access mode for storage |
| domain | The domain name for the user. |
| host | The host name or IP address of the SMB server. |
| password | The password for the user. |
| share |
The path to the SMB shared folder. |
| username | The user to log on to the SMB server. |
Property Details
accessMode
Access mode for storage
accessMode?: string
Property Value
string
domain
The domain name for the user.
domain?: string
Property Value
string
host
The host name or IP address of the SMB server.
host?: string
Property Value
string
password
The password for the user.
password?: string
Property Value
string
shareName
The path to the SMB shared folder.
shareName?: string
Property Value
string
username
The user to log on to the SMB server.
username?: string
Property Value
string