Uses of Class
com.azure.storage.file.share.models.SmbMultichannel
-
Packages that use SmbMultichannel Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of SmbMultichannel in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return SmbMultichannel Modifier and Type Method Description SmbMultichannelShareSmbSettings. getMultichannel()Get the multichannel property: Settings for SMB Multichannel.SmbMultichannelSmbMultichannel. setEnabled(Boolean enabled)Set the enabled property: If SMB multichannel is enabled.Methods in com.azure.storage.file.share.models with parameters of type SmbMultichannel Modifier and Type Method Description ShareSmbSettingsShareSmbSettings. setMultichannel(SmbMultichannel multichannel)Set the multichannel property: Settings for SMB Multichannel.
-