Show / Hide Table of Contents

Class SmbMultichannel

Settings for SMB multichannel.

Inheritance
System.Object
SmbMultichannel
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Files.Shares.dll
Syntax
public class SmbMultichannel

Constructors

SmbMultichannel()

Initializes a new instance of SmbMultichannel.

Declaration
public SmbMultichannel ();

Properties

Enabled

If SMB multichannel is enabled.

Declaration
public Nullable<bool> Enabled { get; set; }
Property Value
System.Nullable<System.Boolean>

Back to top Azure SDK for .NET