SmbSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SMB settings for the cache
public class SmbSettings
type SmbSettings = class
Public Class SmbSettings
- Inheritance
-
SmbSettings
Constructors
| Name | Description |
|---|---|
| SmbSettings() |
Initializes a new instance of the SmbSettings class. |
| SmbSettings(String, String, String) |
Initializes a new instance of the SmbSettings class. |
Properties
| Name | Description |
|---|---|
| SmbAccessBasedEnumeration |
Gets or sets enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume Possible values include: 'Disabled', 'Enabled' |
| SmbEncryption |
Gets or sets enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache. Possible values include: 'Disabled', 'Enabled' |
| SmbNonBrowsable |
Gets or sets enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume Possible values include: 'Disabled', 'Enabled' |