Class ShareSmbSettings

java.lang.Object
com.azure.storage.file.share.models.ShareSmbSettings

public final class ShareSmbSettings extends Object
Settings for SMB protocol.
  • Constructor Details

    • ShareSmbSettings

      public ShareSmbSettings()
  • Method Details

    • getMultichannel

      public SmbMultichannel getMultichannel()
      Get the multichannel property: Settings for SMB Multichannel.
      Returns:
      the multichannel value.
    • setMultichannel

      public ShareSmbSettings setMultichannel(SmbMultichannel multichannel)
      Set the multichannel property: Settings for SMB Multichannel.
      Parameters:
      multichannel - the multichannel value to set.
      Returns:
      the ShareSmbSettings object itself.