| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<ShareFileCopyInfo,Void> |
ShareFileClient.beginCopy(String sourceUrl,
FileSmbProperties smbProperties,
String filePermission,
PermissionCopyModeType filePermissionCopyMode,
Boolean ignoreReadOnly,
Boolean setArchiveAttribute,
Map<String,String> metadata,
Duration pollInterval,
ShareRequestConditions destinationRequestConditions)
Copies a blob or file to a destination file within the storage account.
|
com.azure.core.util.polling.PollerFlux<ShareFileCopyInfo,Void> |
ShareFileAsyncClient.beginCopy(String sourceUrl,
FileSmbProperties smbProperties,
String filePermission,
PermissionCopyModeType filePermissionCopyMode,
Boolean ignoreReadOnly,
Boolean setArchiveAttribute,
Map<String,String> metadata,
Duration pollInterval,
ShareRequestConditions destinationRequestConditions)
Copies a blob or file to a destination file within the storage account.
|
| Modifier and Type | Method and Description |
|---|---|
static PermissionCopyModeType |
PermissionCopyModeType.fromString(String value)
Parses a serialized value to a PermissionCopyModeType instance.
|
static PermissionCopyModeType |
PermissionCopyModeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionCopyModeType[] |
PermissionCopyModeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.