Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

abortCopy(String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Aborts a pending Copy File operation, and leaves a destination file with zero length and full metadata.
abortCopy(String) - Method in class com.azure.storage.file.share.ShareFileClient
Aborts a pending Copy File operation, and leaves a destination file with zero length and full metadata.
abortCopyWithResponse(String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Aborts a pending Copy File operation, and leaves a destination file with zero length and full metadata.
abortCopyWithResponse(String, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Aborts a pending Copy File operation, and leaves a destination file with zero length and full metadata.
abortCopyWithResponse(String, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Aborts a pending Copy File operation, and leaves a destination file with zero length and full metadata.
abortCopyWithResponse(String, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Aborts a pending Copy File operation, and leaves a destination file with zero length and full metadata.
ACCOUNT_ALREADY_EXISTS - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AccountAlreadyExists for ShareErrorCode.
ACCOUNT_BEING_CREATED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AccountBeingCreated for ShareErrorCode.
ACCOUNT_IS_DISABLED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AccountIsDisabled for ShareErrorCode.
acquireLease() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Acquires a lease for write and delete operations.
acquireLease() - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Acquires a lease for write and delete operations.
acquireLeaseWithResponse() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Acquires a lease for write and delete operations.
acquireLeaseWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Acquires a lease for write and delete operations.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.file.share.ShareClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Adds a pipeline policy to apply on each request sent.
AUTHENTICATION_FAILED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AuthenticationFailed for ShareErrorCode.
AUTHORIZATION_FAILURE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AuthorizationFailure for ShareErrorCode.
AUTHORIZATION_PERMISSION_MISMATCH - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AuthorizationPermissionMismatch for ShareErrorCode.
AUTHORIZATION_PROTOCOL_MISMATCH - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AuthorizationProtocolMismatch for ShareErrorCode.
AUTHORIZATION_RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AuthorizationResourceTypeMismatch for ShareErrorCode.
AUTHORIZATION_SERVICE_MISMATCH - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AuthorizationServiceMismatch for ShareErrorCode.
AUTHORIZATION_SOURCE_IPMISMATCH - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value AuthorizationSourceIPMismatch for ShareErrorCode.

B

beginCopy(String, Map<String, String>, Duration) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Copies a blob or file to a destination file within the storage account.
beginCopy(String, FileSmbProperties, String, PermissionCopyModeType, Boolean, Boolean, Map<String, String>, Duration, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Copies a blob or file to a destination file within the storage account.
beginCopy(String, Map<String, String>, Duration) - Method in class com.azure.storage.file.share.ShareFileClient
Copies a blob or file to a destination file within the storage account.
beginCopy(String, FileSmbProperties, String, PermissionCopyModeType, Boolean, Boolean, Map<String, String>, Duration, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileClient
Copies a blob or file to a destination file within the storage account.
breakLease() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Breaks the previously acquired lease, if it exists.
breakLease() - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Breaks the previously acquired lease, if it exists.
breakLeaseWithResponse() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Breaks the previously acquired lease, if it exists.
breakLeaseWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Breaks the previously acquired lease, if it exists.
buildAsyncClient() - Method in class com.azure.storage.file.share.ShareClientBuilder
Creates a ShareAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Creates a ShareServiceAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.storage.file.share.specialized.ShareLeaseClientBuilder
Creates a ShareLeaseAsyncClient based on the configurations set in the builder.
buildClient() - Method in class com.azure.storage.file.share.ShareClientBuilder
Creates a ShareClient based on options set in the builder.
buildClient() - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Creates a ShareServiceClient based on options set in the builder.
buildClient() - Method in class com.azure.storage.file.share.specialized.ShareLeaseClientBuilder
Creates a ShareLeaseClient based on the configurations set in the builder.
buildDirectoryAsyncClient() - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Creates a ShareDirectoryAsyncClient based on options set in the builder.
buildDirectoryClient() - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Creates a ShareDirectoryClient based on options set in the builder.
buildFileAsyncClient() - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Creates a ShareFileAsyncClient based on options set in the builder.
buildFileClient() - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Creates a ShareFileClient based on options set in the builder.

C

CANNOT_DELETE_FILE_OR_DIRECTORY - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value CannotDeleteFileOrDirectory for ShareErrorCode.
changeLease(String) - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Changes the lease ID.
changeLease(String) - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Changes the lease ID.
changeLeaseWithResponse(String) - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Changes the lease ID.
changeLeaseWithResponse(String, Duration, Context) - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Changes the lease ID.
clearRange(long) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Clear a range of bytes to specific of a file in storage file service.
clearRange(long) - Method in class com.azure.storage.file.share.ShareFileClient
Clears a range of bytes to specific of a file in storage file service.
clearRangeWithResponse(long, long) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Clear a range of bytes to specific of a file in storage file service.
clearRangeWithResponse(long, long, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Clear a range of bytes to specific of a file in storage file service.
clearRangeWithResponse(long, long, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Clears a range of bytes to specific of a file in storage file service.
clearRangeWithResponse(long, long, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Clears a range of bytes to specific of a file in storage file service.
CLIENT_CACHE_FLUSH_DELAY - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ClientCacheFlushDelay for ShareErrorCode.
CloseHandlesInfo - Class in com.azure.storage.file.share.models
Contains close handles information from the storage File service.
CloseHandlesInfo(Integer) - Constructor for class com.azure.storage.file.share.models.CloseHandlesInfo
Creates an instance of information about close handles.
CloseHandlesInfo(Integer, Integer) - Constructor for class com.azure.storage.file.share.models.CloseHandlesInfo
Creates an instance of information about close handles.
com.azure.storage.file.share - package com.azure.storage.file.share
This package contains the classes to perform actions on Azure Storage File.
com.azure.storage.file.share.models - package com.azure.storage.file.share.models
Package containing classes for AzureFileStorage.
com.azure.storage.file.share.sas - package com.azure.storage.file.share.sas
Package containing SAS (shared access signature) classes used by Azure Storage File Shares.
com.azure.storage.file.share.specialized - package com.azure.storage.file.share.specialized
Package containing specialized clients for Azure Storage Files.
CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ConditionHeadersNotSupported for ShareErrorCode.
CONDITION_NOT_MET - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ConditionNotMet for ShareErrorCode.
configuration(Configuration) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
configuration(Configuration) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
configuration(Configuration) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
connectionString(String) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the connection string to connect to the service.
connectionString(String) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the connection string to connect to the service.
connectionString(String) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the connection string to connect to the service.
CONTAINER_QUOTA_DOWNGRADE_NOT_ALLOWED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ContainerQuotaDowngradeNotAllowed for ShareErrorCode.
CopyStatusType - Enum in com.azure.storage.file.share.models
Defines values for CopyStatusType.
create() - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates the share in the storage account.
create() - Method in class com.azure.storage.file.share.ShareClient
Creates the share in the storage account.
create() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Creates this directory in the file share and returns a response of ShareDirectoryInfo to interact with it.
create() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Creates a directory in the file share and returns a response of ShareDirectoryInfo to interact with it.
create(long) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.
create(long) - Method in class com.azure.storage.file.share.ShareFileClient
Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.
createDirectory(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates the directory in the share with the given name.
createDirectory(String) - Method in class com.azure.storage.file.share.ShareClient
Creates the directory in the share with the given name.
createDirectoryWithResponse(String, FileSmbProperties, String, Map<String, String>) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates the directory in the share with the given name and associates the passed metadata to it.
createDirectoryWithResponse(String, FileSmbProperties, String, Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Creates the directory in the share with the given name and associates the passed metadata to it.
createFile(String, long) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates the file in the share with the given name and file max size.
createFile(String, long) - Method in class com.azure.storage.file.share.ShareClient
Creates the file in the share with the given name and file max size.
createFile(String, long) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Creates a file in this directory with specific name, max number of results and returns a response of ShareDirectoryInfo to interact with it.
createFile(String, long) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Creates a file in this directory with specific name, max number of results and returns a response of ShareDirectoryInfo to interact with it.
createFileWithResponse(String, long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates the file in the share with the given name, file max size and associates the passed properties to it.
createFileWithResponse(String, long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates the file in the share with the given name, file max size and associates the passed properties to it.
createFileWithResponse(String, long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Creates the file in the share with the given name, file max size and associates the passed properties to it.
createFileWithResponse(String, long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Creates the file in the share with the given name, file max size and associates the passed properties to it.
createFileWithResponse(String, long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.
createFileWithResponse(String, long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.
createFileWithResponse(String, long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.
createFileWithResponse(String, long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Creates a file in this directory with specific name and returns a response of ShareDirectoryInfo to interact with it.
createPermission(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates a permission at the share level.
createPermission(String) - Method in class com.azure.storage.file.share.ShareClient
Creates a permission at the share level.
createPermissionWithResponse(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates a permission at the share level.
createPermissionWithResponse(String, Context) - Method in class com.azure.storage.file.share.ShareClient
Creates a permission t the share level.
createShare(String) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Creates a share in the storage account with the specified name and returns a ShareAsyncClient to interact with it.
createShare(String) - Method in class com.azure.storage.file.share.ShareServiceClient
Creates a share in the storage account with the specified name and returns a ShareClient to interact with it.
createShareWithResponse(String, Map<String, String>, Integer) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Creates a share in the storage account with the specified name, metadata, and quota and returns a ShareAsyncClient to interact with it.
createShareWithResponse(String, Map<String, String>, Integer, Duration, Context) - Method in class com.azure.storage.file.share.ShareServiceClient
Creates a share in the storage account with the specified name and metadata and returns a ShareClient to interact with it.
createSnapshot() - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates a snapshot of the share with the same metadata associated to the share at the time of creation.
createSnapshot() - Method in class com.azure.storage.file.share.ShareClient
Creates a snapshot of the share with the same metadata associated to the share at the time of creation.
createSnapshotWithResponse(Map<String, String>) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates a snapshot of the share with the metadata that was passed associated to the snapshot.
createSnapshotWithResponse(Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Creates a snapshot of the share with the metadata that was passed associated to the snapshot.
createSubdirectory(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Creates a subdirectory under current directory with specific name and returns a response of ShareDirectoryAsyncClient to interact with it.
createSubdirectory(String) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Creates a subdirectory under current directory with specific name and returns a response of ShareDirectoryClient to interact with it.
createSubdirectoryWithResponse(String, FileSmbProperties, String, Map<String, String>) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Creates a subdirectory under current directory with specific name , metadata and returns a response of ShareDirectoryAsyncClient to interact with it.
createSubdirectoryWithResponse(String, FileSmbProperties, String, Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Creates a subdirectory under current directory with specific name , metadata and returns a response of ShareDirectoryClient to interact with it.
createWithResponse(Map<String, String>, Integer) - Method in class com.azure.storage.file.share.ShareAsyncClient
Creates the share in the storage account with the specified metadata and quota.
createWithResponse(Map<String, String>, Integer, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Creates the share in the storage account with the specified metadata and quota.
createWithResponse(FileSmbProperties, String, Map<String, String>) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Creates a directory in the file share and returns a response of ShareDirectoryInfo to interact with it.
createWithResponse(FileSmbProperties, String, Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Creates a directory in the file share and returns a response of ShareDirectoryInfo to interact with it.
createWithResponse(long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.
createWithResponse(long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.
createWithResponse(long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.
createWithResponse(long, ShareFileHttpHeaders, FileSmbProperties, String, Map<String, String>, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Creates a file in the storage account and returns a response of ShareFileInfo to interact with it.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.

D

delete() - Method in class com.azure.storage.file.share.ShareAsyncClient
Deletes the share in the storage account
delete() - Method in class com.azure.storage.file.share.ShareClient
Deletes the share in the storage account
delete() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Deletes the directory in the file share.
delete() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Deletes the directory in the file share.
delete() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Deletes the file associate with the client.
delete() - Method in class com.azure.storage.file.share.ShareFileClient
Deletes the file associate with the client.
DELETE_PENDING - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value DeletePending for ShareErrorCode.
deleteDirectory(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Deletes the specified directory in the share.
deleteDirectory(String) - Method in class com.azure.storage.file.share.ShareClient
Deletes the specified directory in the share.
deleteDirectoryWithResponse(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Deletes the specified directory in the share.
deleteDirectoryWithResponse(String, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Deletes the specified directory in the share.
deleteFile(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Deletes the specified file in the share.
deleteFile(String) - Method in class com.azure.storage.file.share.ShareClient
Deletes the specified file in the share.
deleteFile(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Deletes the file with specific name in this directory.
deleteFile(String) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Deletes the file with specific name in this directory.
deleteFileWithResponse(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Deletes the specified file in the share.
deleteFileWithResponse(String, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareAsyncClient
Deletes the specified file in the share.
deleteFileWithResponse(String, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Deletes the specified file in the share.
deleteFileWithResponse(String, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Deletes the specified file in the share.
deleteFileWithResponse(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Deletes the file with specific name in this directory.
deleteFileWithResponse(String, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Deletes the file with specific name in this directory.
deleteFileWithResponse(String, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Deletes the file with specific name in this directory.
deleteFileWithResponse(String, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Deletes the file with specific name in this directory.
deleteShare(String) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Deletes the share in the storage account with the given name.
deleteShare(String) - Method in class com.azure.storage.file.share.ShareServiceClient
Deletes the share in the storage account with the given name
deleteShareWithResponse(String, String) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Deletes the specific snapshot of the share in the storage account with the given name.
deleteShareWithResponse(String, String, Duration, Context) - Method in class com.azure.storage.file.share.ShareServiceClient
Deletes the specific snapshot of the share in the storage account with the given name.
deleteSubdirectory(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Deletes the subdirectory with specific name in this directory.
deleteSubdirectory(String) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Deletes the subdirectory with specific name in this directory.
deleteSubdirectoryWithResponse(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Deletes the subdirectory with specific name in this directory.
deleteSubdirectoryWithResponse(String, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Deletes the subdirectory with specific name in this directory.
deleteWithResponse() - Method in class com.azure.storage.file.share.ShareAsyncClient
Deletes the share in the storage account
deleteWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Deletes the share in the storage account
deleteWithResponse() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Deletes the directory in the file share.
deleteWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Deletes the directory in the file share.
deleteWithResponse() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Deletes the file associate with the client.
deleteWithResponse(ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Deletes the file associate with the client.
deleteWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Deletes the file associate with the client.
deleteWithResponse(ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Deletes the file associate with the client.
DIRECTORY_NOT_EMPTY - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value DirectoryNotEmpty for ShareErrorCode.
dispatchRead(int, long) - Method in class com.azure.storage.file.share.StorageFileInputStream
Dispatches a read operation of N bytes.
dispatchWrite(byte[], int, long) - Method in class com.azure.storage.file.share.StorageFileOutputStream
 
download() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Downloads a file from the system, including its metadata and properties
download(OutputStream) - Method in class com.azure.storage.file.share.ShareFileClient
Downloads a file from the system, including its metadata and properties
downloadToFile(String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Downloads a file from the system, including its metadata and properties into a file specified by the path.
downloadToFile(String) - Method in class com.azure.storage.file.share.ShareFileClient
Downloads a file from the system, including its metadata and properties into a file specified by the path.
downloadToFileWithResponse(String, ShareFileRange) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Downloads a file from the system, including its metadata and properties into a file specified by the path.
downloadToFileWithResponse(String, ShareFileRange, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Downloads a file from the system, including its metadata and properties into a file specified by the path.
downloadToFileWithResponse(String, ShareFileRange, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Downloads a file from the system, including its metadata and properties into a file specified by the path.
downloadToFileWithResponse(String, ShareFileRange, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Downloads a file from the system, including its metadata and properties into a file specified by the path.
downloadWithResponse(ShareFileRange, Boolean) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Downloads a file from the system, including its metadata and properties
downloadWithResponse(ShareFileRange, Boolean, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Downloads a file from the system, including its metadata and properties
downloadWithResponse(OutputStream, ShareFileRange, Boolean, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Downloads a file from the system, including its metadata and properties
downloadWithResponse(OutputStream, ShareFileRange, Boolean, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Downloads a file from the system, including its metadata and properties

E

EMPTY_METADATA_KEY - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value EmptyMetadataKey for ShareErrorCode.
encode() - Method in class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
Please use the generateSas method on the desired file/share client after initializing ShareServiceSasSignatureValues.
endpoint(String) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the endpoint for the Azure Storage File instance that the client will interact with.
endpoint(String) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the endpoint for the Azure Storage File instance that the client will interact with.
endpoint(String) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the endpoint for the Azure Storage File instance that the client will interact with.
exists() - Method in class com.azure.storage.file.share.ShareAsyncClient
Determines if the share this client represents exists in the cloud.
exists() - Method in class com.azure.storage.file.share.ShareClient
Determines if the share this client represents exists in the cloud.
exists() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Determines if the directory this client represents exists in the cloud.
exists() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Determines if the directory this client represents exists in the cloud.
exists() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Determines if the file this client represents exists in the cloud.
exists() - Method in class com.azure.storage.file.share.ShareFileClient
Determines if the file this client represents exists in the cloud.
existsWithResponse() - Method in class com.azure.storage.file.share.ShareAsyncClient
Determines if the share this client represents exists in the cloud.
existsWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Determines if the share this client represents exists in the cloud.
existsWithResponse() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Determines if the directory this client represents exists in the cloud.
existsWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Determines if the directory this client represents exists in the cloud.
existsWithResponse() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Determines if the file this client represents exists in the cloud.
existsWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Determines if the file this client represents exists in the cloud.

F

FEATURE_VERSION_MISMATCH - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value FeatureVersionMismatch for ShareErrorCode.
FILE_ATTRIBUTES_NONE - Static variable in class com.azure.storage.file.share.FileConstants
Default file attribute value for files.
FILE_LOCK_CONFLICT - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value FileLockConflict for ShareErrorCode.
FILE_PERMISSION_INHERIT - Static variable in class com.azure.storage.file.share.FileConstants
Default header value for file permission.
FILE_TIME_NOW - Static variable in class com.azure.storage.file.share.FileConstants
Default file creation and file last write time.
fileAsyncClient(ShareFileAsyncClient) - Method in class com.azure.storage.file.share.specialized.ShareLeaseClientBuilder
Configures the builder based on the passed ShareFileAsyncClient.
fileClient(ShareFileClient) - Method in class com.azure.storage.file.share.specialized.ShareLeaseClientBuilder
Configures the builder based on the passed ShareFileClient.
FileConstants - Class in com.azure.storage.file.share
Holds the Constants used for the File Service.
FileConstants() - Constructor for class com.azure.storage.file.share.FileConstants
 
FileSmbProperties - Class in com.azure.storage.file.share
A class used to represent the SMB properties of a file.
FileSmbProperties() - Constructor for class com.azure.storage.file.share.FileSmbProperties
Default constructor
forceCloseAllHandles(boolean) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Closes all handles opened on the directory at the service.
forceCloseAllHandles(boolean, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Closes all handles opened on the directory at the service.
forceCloseAllHandles() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Closes all handles opened on the file at the service.
forceCloseAllHandles(Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Closes all handles opened on the file at the service.
forceCloseHandle(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Closes a handle on the directory.
forceCloseHandle(String) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Closes a handle on the directory at the service.
forceCloseHandle(String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Closes a handle on the file.
forceCloseHandle(String) - Method in class com.azure.storage.file.share.ShareFileClient
Closes a handle on the file at the service.
forceCloseHandleWithResponse(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Closes a handle on the directory.
forceCloseHandleWithResponse(String, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Closes a handle on the directory at the service.
forceCloseHandleWithResponse(String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Closes a handle on the file.
forceCloseHandleWithResponse(String, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Closes a handle on the file at the service.
fromString(String) - Static method in enum com.azure.storage.file.share.models.CopyStatusType
Parses a serialized value to a CopyStatusType instance.
fromString(String) - Static method in enum com.azure.storage.file.share.models.LeaseDurationType
Parses a serialized value to a LeaseDurationType instance.
fromString(String) - Static method in enum com.azure.storage.file.share.models.LeaseStateType
Parses a serialized value to a LeaseStateType instance.
fromString(String) - Static method in enum com.azure.storage.file.share.models.LeaseStatusType
Parses a serialized value to a LeaseStatusType instance.
fromString(String) - Static method in enum com.azure.storage.file.share.models.PermissionCopyModeType
Parses a serialized value to a PermissionCopyModeType instance.
fromString(String) - Static method in class com.azure.storage.file.share.models.ShareErrorCode
Creates or finds a ShareErrorCode from its string representation.

G

generateAccountSas(AccountSasSignatureValues) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateAccountSas(AccountSasSignatureValues) - Method in class com.azure.storage.file.share.ShareServiceClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateSas(ShareServiceSasSignatureValues) - Method in class com.azure.storage.file.share.ShareAsyncClient
Generates a service sas for the queue using the specified ShareServiceSasSignatureValues Note : The client must be authenticated via StorageSharedKeyCredential
generateSas(ShareServiceSasSignatureValues) - Method in class com.azure.storage.file.share.ShareClient
Generates a service sas for the queue using the specified ShareServiceSasSignatureValues Note : The client must be authenticated via StorageSharedKeyCredential
generateSas(ShareServiceSasSignatureValues) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Generates a service SAS for the directory using the specified ShareServiceSasSignatureValues Note : The client must be authenticated via StorageSharedKeyCredential
generateSas(ShareServiceSasSignatureValues) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Generates a service SAS for the directory using the specified ShareServiceSasSignatureValues Note : The client must be authenticated via StorageSharedKeyCredential
generateSas(ShareServiceSasSignatureValues) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Generates a service SAS for the file using the specified ShareServiceSasSignatureValues Note : The client must be authenticated via StorageSharedKeyCredential
generateSas(ShareServiceSasSignatureValues) - Method in class com.azure.storage.file.share.ShareFileClient
Generates a service SAS for the file using the specified ShareServiceSasSignatureValues Note : The client must be authenticated via StorageSharedKeyCredential
generateSasQueryParameters(StorageSharedKeyCredential) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Deprecated.
Please use the generateSas(ShareServiceSasSignatureValues) method on the desired share/file/directory client after initializing ShareServiceSasSignatureValues.
getAcceptRanges() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the acceptRanges property: Indicates that the service supports requests for partial file content.
getAccessPolicy() - Method in class com.azure.storage.file.share.models.ShareSignedIdentifier
Get the accessPolicy property: The access policy.
getAccessPolicy() - Method in class com.azure.storage.file.share.ShareAsyncClient
Retrieves stored access policies specified for the share.
getAccessPolicy() - Method in class com.azure.storage.file.share.ShareClient
Retrieves stored access policies specified for the share.
getAccountName() - Method in class com.azure.storage.file.share.ShareAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.ShareClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.ShareFileClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.ShareServiceClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Get associated account name.
getAllowedHeaders() - Method in class com.azure.storage.file.share.models.ShareCorsRule
Get the allowedHeaders property: The request headers that the origin domain may specify on the CORS request.
getAllowedMethods() - Method in class com.azure.storage.file.share.models.ShareCorsRule
Get the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
getAllowedOrigins() - Method in class com.azure.storage.file.share.models.ShareCorsRule
Get the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.
getCacheControl() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the cacheControl property: Returned if it was previously specified for the file.
getCacheControl() - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Get the cacheControl property: Sets the file's cache control.
getCacheControl() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getCacheControl() - Method in class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
getCacheControl() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getClientIp() - Method in class com.azure.storage.file.share.models.HandleItem
Get the clientIp property: Client IP that opened the handle.
getClosedHandles() - Method in class com.azure.storage.file.share.models.CloseHandlesInfo
 
getContentDisposition() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the contentDisposition property: Returns the value that was specified for the 'x-ms-content-disposition' header and specifies how to process the response.
getContentDisposition() - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Get the contentDisposition property: Sets the file's Content-Disposition header.
getContentDisposition() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getContentDisposition() - Method in class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
getContentDisposition() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getContentEncoding() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the contentEncoding property: Returns the value that was specified for the Content-Encoding request header.
getContentEncoding() - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Get the contentEncoding property: Specifies which content encodings have been applied to the file.
getContentEncoding() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getContentEncoding() - Method in class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
getContentEncoding() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getContentLanguage() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the contentLanguage property: Returns the value that was specified for the Content-Language request header.
getContentLanguage() - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Get the contentLanguage property: Specifies the natural languages used by this resource.
getContentLanguage() - Method in class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
getContentLanguage() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getContentLength() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the contentLength property: The number of bytes present in the response body.
getContentLength() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getContentMd5() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the contentMd5 property: If the file has an MD5 hash and the request is to read the full file, this response header is returned so that the client can check for message content integrity.
getContentMd5() - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Get the contentMd5 property: Sets the file's MD5 hash.
getContentMd5() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getContentMd5() - Method in class com.azure.storage.file.share.models.ShareFileUploadInfo
 
getContentRange() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the contentRange property: Indicates the range of bytes returned if the client requested a subset of the file by setting the Range request header.
getContentType() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the contentType property: The content type specified for the file.
getContentType() - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Get the contentType property: Sets the MIME content type of the file.
getContentType() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getContentType() - Method in class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
getContentType() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getCopyCompletionTime() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the copyCompletionTime property: Conclusion time of the last attempted Copy File operation where this file was the destination file.
getCopyCompletionTime() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getCopyId() - Method in class com.azure.storage.file.share.models.ShareFileCopyInfo
Gets the string identifier for this copy operation.
getCopyId() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the copyId property: String identifier for the last attempted Copy File operation where this file was the destination file.
getCopyId() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getCopyProgress() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file.
getCopyProgress() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getCopySource() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the copySource property: URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file.
getCopySource() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getCopySourceUrl() - Method in class com.azure.storage.file.share.models.ShareFileCopyInfo
Gets the the source file used in the last attempted copy file operation.
getCopyStatus() - Method in class com.azure.storage.file.share.models.ShareFileCopyInfo
Gets the status of the copy operation.
getCopyStatus() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the copyStatus property: State of the copy operation identified by 'x-ms-copy-id'.
getCopyStatus() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getCopyStatusDescription() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
getCopyStatusDescription() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getCors() - Method in class com.azure.storage.file.share.models.ShareServiceProperties
Get the cors property: The set of CORS rules.
getDateProperty() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the dateProperty property: A UTC date/time value generated by the service that indicates the time at which the response was initiated.
getDays() - Method in class com.azure.storage.file.share.models.ShareRetentionPolicy
Get the days property: Indicates the number of days that metrics data should be retained.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.file.share.ShareClientBuilder
Gets the default log options with Storage headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.file.share.ShareFileClientBuilder
Gets the default log options with Storage headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.file.share.ShareServiceClientBuilder
Gets the default log options with Storage headers and query parameters.
getDeletedTime() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the deletedTime property: The deletedTime property.
getDirectoryClient(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Constructs a ShareDirectoryAsyncClient that interacts with the specified directory.
getDirectoryClient(String) - Method in class com.azure.storage.file.share.ShareClient
Constructs a ShareDirectoryClient that interacts with the specified directory.
getDirectoryPath() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Get directory path of the client.
getDirectoryPath() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Get the directory path of the client.
getDirectoryUrl() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Get the url of the storage directory client.
getDirectoryUrl() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Get the url of the storage directory client.
getEnd() - Method in class com.azure.storage.file.share.models.Range
Get the end property: End of the range.
getEnd() - Method in class com.azure.storage.file.share.models.ShareFileRange
 
getError() - Method in class com.azure.storage.file.share.models.ShareFileCopyInfo
Gets an error description associated with the copy operation.
getErrorCode() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the errorCode property: The errorCode property.
getErrorCode() - Method in exception com.azure.storage.file.share.models.ShareStorageException
 
getETag() - Method in class com.azure.storage.file.share.models.ShareDirectoryInfo
 
getETag() - Method in class com.azure.storage.file.share.models.ShareDirectoryProperties
 
getETag() - Method in class com.azure.storage.file.share.models.ShareDirectorySetMetadataInfo
 
getETag() - Method in class com.azure.storage.file.share.models.ShareFileCopyInfo
If the copy is completed, contains the ETag of the destination file.
getETag() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the eTag property: The ETag contains a value that you can use to perform operations conditionally, in quotes.
getETag() - Method in class com.azure.storage.file.share.models.ShareFileInfo
 
getETag() - Method in class com.azure.storage.file.share.models.ShareFileMetadataInfo
 
getETag() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getETag() - Method in class com.azure.storage.file.share.models.ShareFileUploadInfo
 
getETag() - Method in class com.azure.storage.file.share.models.ShareFileUploadRangeFromUrlInfo
 
getETag() - Method in class com.azure.storage.file.share.models.ShareInfo
 
getETag() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the eTag property: The eTag property.
getETag() - Method in class com.azure.storage.file.share.models.ShareSnapshotInfo
 
getExpiresOn() - Method in class com.azure.storage.file.share.models.ShareAccessPolicy
Get the expiresOn property: The date-time the policy expires.
getExpiryTime() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getExposedHeaders() - Method in class com.azure.storage.file.share.models.ShareCorsRule
Get the exposedHeaders property: The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
getFailedHandles() - Method in class com.azure.storage.file.share.models.CloseHandlesInfo
 
getFileAttributes() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the fileAttributes property: Attributes set for the file.
getFileChangeTime() - Method in class com.azure.storage.file.share.FileSmbProperties
 
getFileChangeTime() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the fileChangeTime property: Change time for the file.
getFileClient(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Constructs a ShareFileAsyncClient that interacts with the specified file.
getFileClient(String) - Method in class com.azure.storage.file.share.ShareClient
Constructs a ShareFileClient that interacts with the specified file.
getFileClient(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Constructs a ShareFileAsyncClient that interacts with the specified file.
getFileClient(String) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Constructs a ShareFileClient that interacts with the specified file.
getFileContentMd5() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the fileContentMd5 property: If the file has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole file's MD5 value.
getFileCreationTime() - Method in class com.azure.storage.file.share.FileSmbProperties
 
getFileCreationTime() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the fileCreationTime property: Creation time for the file.
getFileId() - Method in class com.azure.storage.file.share.FileSmbProperties
 
getFileId() - Method in class com.azure.storage.file.share.models.HandleItem
Get the fileId property: FileId uniquely identifies the file or directory.
getFileId() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the fileId property: The fileId of the file.
getFileLastWriteTime() - Method in class com.azure.storage.file.share.FileSmbProperties
 
getFileLastWriteTime() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the fileLastWriteTime property: Last write time for the file.
getFileOutputStream() - Method in class com.azure.storage.file.share.ShareFileClient
Creates and opens an output stream to write data to the file.
getFileOutputStream(long) - Method in class com.azure.storage.file.share.ShareFileClient
Creates and opens an output stream to write data to the file.
getFileParentId() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the fileParentId property: The parent fileId of the file.
getFilePath() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Deprecated.
File path is now auto-populated by the SAS generation methods provided on the desired file/directory client.
getFilePath() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Get file path of the client.
getFilePath() - Method in class com.azure.storage.file.share.ShareFileClient
Get file path of the client.
getFilePermissionKey() - Method in class com.azure.storage.file.share.FileSmbProperties
 
getFilePermissionKey() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the filePermissionKey property: Key of the permission set for the file.
getFileServiceUrl() - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Get the url of the storage file service client.
getFileServiceUrl() - Method in class com.azure.storage.file.share.ShareServiceClient
Get the url of the storage file service client.
getFileSize() - Method in class com.azure.storage.file.share.models.ShareFileItem
 
getFileType() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getFileUrl() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Get the url of the storage file client.
getFileUrl() - Method in class com.azure.storage.file.share.ShareFileClient
Get the url of the storage file client.
getFileUrl() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Gets the URL of the lease client.
getFileUrl() - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Gets the URL of the lease client.
getHandleId() - Method in class com.azure.storage.file.share.models.HandleItem
Get the handleId property: XSMB service handle ID.
getHourMetrics() - Method in class com.azure.storage.file.share.models.ShareServiceProperties
Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for files.
getHttpPipeline() - Method in class com.azure.storage.file.share.ShareAsyncClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.file.share.ShareClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.file.share.ShareFileClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.file.share.ShareServiceClient
Gets the HttpPipeline powering this client.
getId() - Method in class com.azure.storage.file.share.models.ShareSignedIdentifier
Get the id property: A unique id.
getIdentifier() - Method in class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
getIdentifier() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getLastModified() - Method in class com.azure.storage.file.share.models.ShareDirectoryInfo
 
getLastModified() - Method in class com.azure.storage.file.share.models.ShareDirectoryProperties
 
getLastModified() - Method in class com.azure.storage.file.share.models.ShareFileCopyInfo
Gets the date/time that the copy operation to the destination file completed.
getLastModified() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the lastModified property: Returns the date and time the file was last modified.
getLastModified() - Method in class com.azure.storage.file.share.models.ShareFileInfo
 
getLastModified() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getLastModified() - Method in class com.azure.storage.file.share.models.ShareFileUploadInfo
 
getLastModified() - Method in class com.azure.storage.file.share.models.ShareFileUploadRangeFromUrlInfo
 
getLastModified() - Method in class com.azure.storage.file.share.models.ShareInfo
 
getLastModified() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the lastModified property: The lastModified property.
getLastModified() - Method in class com.azure.storage.file.share.models.ShareSnapshotInfo
 
getLastReconnectTime() - Method in class com.azure.storage.file.share.models.HandleItem
Get the lastReconnectTime property: Time handle was last connected to (UTC).
getLatest() - Static method in enum com.azure.storage.file.share.ShareServiceVersion
Gets the latest service version supported by this client library
getLeaseDuration() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the leaseDuration property: When a file is leased, specifies whether the lease is of infinite or fixed duration.
getLeaseDuration() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getLeaseId() - Method in class com.azure.storage.file.share.models.ShareRequestConditions
Gets the lease ID that files and shares must match.
getLeaseId() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Get the lease ID for this lease.
getLeaseId() - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Get the lease ID for this lease.
getLeaseState() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the leaseState property: Lease state of the file.
getLeaseState() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getLeaseStatus() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the leaseStatus property: The current lease status of the file.
getLeaseStatus() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getMaxAgeInSeconds() - Method in class com.azure.storage.file.share.models.ShareCorsRule
Get the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
getMaxResultsPerPage() - Method in class com.azure.storage.file.share.models.ListSharesOptions
 
getMetadata() - Method in class com.azure.storage.file.share.models.ShareDirectoryProperties
 
getMetadata() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the metadata property: The metadata property.
getMetadata() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getMetadata() - Method in class com.azure.storage.file.share.models.ShareItem
Get the metadata property: The metadata property.
getMetadata() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the metadata property: The metadata property.
getMinuteMetrics() - Method in class com.azure.storage.file.share.models.ShareServiceProperties
Get the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for files.
getName() - Method in class com.azure.storage.file.share.models.ShareFileItem
 
getName() - Method in class com.azure.storage.file.share.models.ShareItem
Get the name property: The name property.
getNextAllowedQuotaDowngradeTime() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the nextAllowedQuotaDowngradeTime property: The nextAllowedQuotaDowngradeTime property.
getNtfsFileAttributes() - Method in class com.azure.storage.file.share.FileSmbProperties
 
getOpenTime() - Method in class com.azure.storage.file.share.models.HandleItem
Get the openTime property: Time when the session that previously opened the handle has last been reconnected.
getParentId() - Method in class com.azure.storage.file.share.FileSmbProperties
 
getParentId() - Method in class com.azure.storage.file.share.models.HandleItem
Get the parentId property: ParentId uniquely identifies the parent directory of the object.
getPath() - Method in class com.azure.storage.file.share.models.HandleItem
Get the path property: File or directory name including full path starting from share root.
getPermission(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Gets a permission for a given key.
getPermission(String) - Method in class com.azure.storage.file.share.ShareClient
Gets a permission for a given key
getPermissions() - Method in class com.azure.storage.file.share.models.ShareAccessPolicy
Get the permissions property: The permissions for the ACL policy.
getPermissions() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getPermissionWithResponse(String) - Method in class com.azure.storage.file.share.ShareAsyncClient
Gets a permission for a given key.
getPermissionWithResponse(String, Context) - Method in class com.azure.storage.file.share.ShareClient
Gets a permission for a given key.
getPrefix() - Method in class com.azure.storage.file.share.models.ListSharesOptions
 
getProperties() - Method in class com.azure.storage.file.share.models.ShareItem
Get the properties property: The properties property.
getProperties() - Method in class com.azure.storage.file.share.ShareAsyncClient
Retrieves the properties of the share, these include the metadata associated to it and the quota that the share is restricted to.
getProperties() - Method in class com.azure.storage.file.share.ShareClient
Retrieves the properties of the share, these include the metadata associated to it and the quota that the share is restricted to.
getProperties() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Retrieves the properties of this directory.
getProperties() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Retrieves the properties of this directory.
getProperties() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Retrieves the properties of the storage account's file.
getProperties() - Method in class com.azure.storage.file.share.ShareFileClient
Retrieves the properties of the storage account's file.
getProperties() - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Retrieves the properties of the storage account's File service.
getProperties() - Method in class com.azure.storage.file.share.ShareServiceClient
Retrieves the properties of the storage account's File service.
getPropertiesWithResponse() - Method in class com.azure.storage.file.share.ShareAsyncClient
Retrieves the properties of the share, these include the metadata associated to it and the quota that the share is restricted to.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Retrieves the properties of the share, these include the metadata associated to it and the quota that the share is restricted to.
getPropertiesWithResponse() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Retrieves the properties of this directory.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Retrieves the properties of this directory.
getPropertiesWithResponse() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Retrieves the properties of the storage account's file.
getPropertiesWithResponse(ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Retrieves the properties of the storage account's file.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Retrieves the properties of the storage account's file.
getPropertiesWithResponse(ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Retrieves the properties of the storage account's file.
getPropertiesWithResponse() - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Retrieves the properties of the storage account's File service.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareServiceClient
Retrieves the properties of the storage account's File service.
getProtocol() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getProvisionedEgressMBps() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the provisionedEgressMBps property: The provisionedEgressMBps property.
getProvisionedIngressMBps() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the provisionedIngressMBps property: The provisionedIngressMBps property.
getProvisionedIops() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the provisionedIops property: The provisionedIops property.
getQuota() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the quota property: The quota property.
getRemainingRetentionDays() - Method in class com.azure.storage.file.share.models.ShareProperties
Get the remainingRetentionDays property: The remainingRetentionDays property.
getRequestId() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
getResource() - Method in class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
getRetentionPolicy() - Method in class com.azure.storage.file.share.models.ShareMetrics
Get the retentionPolicy property: The retentionPolicy property.
getRootDirectoryClient() - Method in class com.azure.storage.file.share.ShareAsyncClient
Constructs a ShareDirectoryAsyncClient that interacts with the root directory in the share.
getRootDirectoryClient() - Method in class com.azure.storage.file.share.ShareClient
Constructs a ShareDirectoryClient that interacts with the root directory in the share.
getSasIpRange() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getServiceMessage() - Method in exception com.azure.storage.file.share.models.ShareStorageException
 
getServiceVersion() - Method in class com.azure.storage.file.share.ShareAsyncClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.file.share.ShareClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.file.share.ShareFileClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.file.share.ShareServiceClient
Gets the service version the client is using.
getSessionId() - Method in class com.azure.storage.file.share.models.HandleItem
Get the sessionId property: SMB session ID in context of which the file handle was opened.
getShareAsyncClient(String) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Constructs a ShareAsyncClient that interacts with the specified share.
getShareAsyncClient(String, String) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Constructs a ShareAsyncClient that interacts with the specified share.
getShareClient(String) - Method in class com.azure.storage.file.share.ShareServiceClient
Constructs a ShareClient that interacts with the specified share.
getShareName() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Deprecated.
Share name is now auto-populated by the SAS generation methods provided on the desired share/file/directory client.
getShareName() - Method in class com.azure.storage.file.share.ShareAsyncClient
Get share name from share client.
getShareName() - Method in class com.azure.storage.file.share.ShareClient
Get share name from share client.
getShareName() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Get the share name of directory client.
getShareName() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Get the share name of directory client.
getShareName() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Get the share name of file client.
getShareName() - Method in class com.azure.storage.file.share.ShareFileClient
Get the share name of file client.
getShareSnapshotId() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Get snapshot id which attached to ShareDirectoryAsyncClient.
getShareSnapshotId() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Get snapshot id which attached to ShareDirectoryClient.
getShareSnapshotId() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Get snapshot id which attached to ShareFileAsyncClient.
getShareSnapshotId() - Method in class com.azure.storage.file.share.ShareFileClient
Get snapshot id which attached to ShareFileClient.
getShareUrl() - Method in class com.azure.storage.file.share.ShareAsyncClient
Get the url of the storage share client.
getShareUrl() - Method in class com.azure.storage.file.share.ShareClient
Get the url of the storage share client.
getShareUsageInBytes() - Method in class com.azure.storage.file.share.models.ShareStatistics
 
getShareUsageInGB() - Method in class com.azure.storage.file.share.models.ShareStatistics
 
getSmbProperties() - Method in class com.azure.storage.file.share.models.ShareDirectoryInfo
 
getSmbProperties() - Method in class com.azure.storage.file.share.models.ShareDirectoryProperties
 
getSmbProperties() - Method in class com.azure.storage.file.share.models.ShareFileInfo
 
getSmbProperties() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
getSnapshot() - Method in class com.azure.storage.file.share.models.ShareItem
Get the snapshot property: The snapshot property.
getSnapshot() - Method in class com.azure.storage.file.share.models.ShareSnapshotInfo
 
getSnapshotId() - Method in class com.azure.storage.file.share.ShareAsyncClient
Get snapshot id which attached to ShareAsyncClient.
getSnapshotId() - Method in class com.azure.storage.file.share.ShareClient
Get snapshot id which attached to ShareClient.
getSourceIfMatchCrc64() - Method in class com.azure.storage.file.share.models.SourceModifiedAccessConditions
Get the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64 checksum.
getSourceIfNoneMatchCrc64() - Method in class com.azure.storage.file.share.models.SourceModifiedAccessConditions
Get the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching crc64 checksum.
getStart() - Method in class com.azure.storage.file.share.models.Range
Get the start property: Start of the range.
getStart() - Method in class com.azure.storage.file.share.models.ShareFileRange
 
getStartsOn() - Method in class com.azure.storage.file.share.models.ShareAccessPolicy
Get the startsOn property: The date-time the policy is active.
getStartTime() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getStatistics() - Method in class com.azure.storage.file.share.ShareAsyncClient
Retrieves storage statistics about the share.
getStatistics() - Method in class com.azure.storage.file.share.ShareClient
Retrieves storage statistics about the share.
getStatisticsWithResponse() - Method in class com.azure.storage.file.share.ShareAsyncClient
Retrieves storage statistics about the share.
getStatisticsWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Retrieves storage statistics about the share.
getStatusCode() - Method in exception com.azure.storage.file.share.models.ShareStorageException
 
getSubdirectoryClient(String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Constructs a ShareDirectoryAsyncClient that interacts with the specified directory.
getSubdirectoryClient(String) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Constructs a ShareDirectoryClient that interacts with the specified directory.
getVersion() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the version property: Indicates the version of the File service used to execute the request.
getVersion() - Method in class com.azure.storage.file.share.models.ShareItem
Get the version property: The version property.
getVersion() - Method in class com.azure.storage.file.share.models.ShareMetrics
Get the version property: The version of Storage Analytics to configure.
getVersion() - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
 
getVersion() - Method in enum com.azure.storage.file.share.ShareServiceVersion

H

HandleItem - Class in com.azure.storage.file.share.models
A listed Azure Storage handle item.
HandleItem() - Constructor for class com.azure.storage.file.share.models.HandleItem
 
hasCreatePermission() - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Gets the create permission status.
hasCreatePermission() - Method in class com.azure.storage.file.share.sas.ShareSasPermission
 
hasDeletePermission() - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Gets the delete permission status.
hasDeletePermission() - Method in class com.azure.storage.file.share.sas.ShareSasPermission
 
hasListPermission() - Method in class com.azure.storage.file.share.sas.ShareSasPermission
 
hasReadPermission() - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Gets the read permission status.
hasReadPermission() - Method in class com.azure.storage.file.share.sas.ShareSasPermission
 
hasWritePermission() - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Gets the write permission status.
hasWritePermission() - Method in class com.azure.storage.file.share.sas.ShareSasPermission
 
httpClient(HttpClient) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the HttpClient to use for sending a receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the HttpClient to use for sending a receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the HttpClient to use for sending a receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the HttpLogOptions for service requests.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the HttpLogOptions for service requests.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the HttpLogOptions for service requests.

I

INSUFFICIENT_ACCOUNT_PERMISSIONS - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InsufficientAccountPermissions for ShareErrorCode.
INTERNAL_ERROR - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InternalError for ShareErrorCode.
INVALID_AUTHENTICATION_INFO - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidAuthenticationInfo for ShareErrorCode.
INVALID_FILE_OR_DIRECTORY_PATH_NAME - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidFileOrDirectoryPathName for ShareErrorCode.
INVALID_HEADER_VALUE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidHeaderValue for ShareErrorCode.
INVALID_HTTP_VERB - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidHttpVerb for ShareErrorCode.
INVALID_INPUT - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidInput for ShareErrorCode.
INVALID_MD5 - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidMd5 for ShareErrorCode.
INVALID_METADATA - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidMetadata for ShareErrorCode.
INVALID_QUERY_PARAMETER_VALUE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidQueryParameterValue for ShareErrorCode.
INVALID_RANGE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidRange for ShareErrorCode.
INVALID_RESOURCE_NAME - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidResourceName for ShareErrorCode.
INVALID_URI - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidUri for ShareErrorCode.
INVALID_XML_DOCUMENT - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidXmlDocument for ShareErrorCode.
INVALID_XML_NODE_VALUE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value InvalidXmlNodeValue for ShareErrorCode.
isDeleted() - Method in class com.azure.storage.file.share.models.ShareItem
Get the deleted property: The deleted property.
isDirectory() - Method in class com.azure.storage.file.share.models.ShareFileItem
 
isEnabled() - Method in class com.azure.storage.file.share.models.ShareMetrics
Get the enabled property: Indicates whether metrics are enabled for the File service.
isEnabled() - Method in class com.azure.storage.file.share.models.ShareRetentionPolicy
Get the enabled property: Indicates whether a retention policy is enabled for the File service.
isIncludeApis() - Method in class com.azure.storage.file.share.models.ShareMetrics
Get the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.
isIncludeDeleted() - Method in class com.azure.storage.file.share.models.ListSharesOptions
 
isIncludeMetadata() - Method in class com.azure.storage.file.share.models.ListSharesOptions
 
isIncludeSnapshots() - Method in class com.azure.storage.file.share.models.ListSharesOptions
 
isServerEncrypted() - Method in class com.azure.storage.file.share.models.ShareDirectoryProperties
 
isServerEncrypted() - Method in class com.azure.storage.file.share.models.ShareDirectorySetMetadataInfo
 
isServerEncrypted() - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Get the isServerEncrypted property: The value of this header is set to true if the file data and application metadata are completely encrypted using the specified algorithm.
isServerEncrypted() - Method in class com.azure.storage.file.share.models.ShareFileInfo
 
isServerEncrypted() - Method in class com.azure.storage.file.share.models.ShareFileMetadataInfo
 
isServerEncrypted() - Method in class com.azure.storage.file.share.models.ShareFileProperties
 
isServerEncrypted() - Method in class com.azure.storage.file.share.models.ShareFileUploadInfo
 
isServerEncrypted() - Method in class com.azure.storage.file.share.models.ShareFileUploadRangeFromUrlInfo
 

L

LeaseDurationType - Enum in com.azure.storage.file.share.models
Defines values for LeaseDurationType.
leaseId(String) - Method in class com.azure.storage.file.share.specialized.ShareLeaseClientBuilder
Sets the identifier for the lease.
LeaseStateType - Enum in com.azure.storage.file.share.models
Defines values for LeaseStateType.
LeaseStatusType - Enum in com.azure.storage.file.share.models
Defines values for LeaseStatusType.
listFilesAndDirectories() - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Lists all sub-directories and files in this directory without their prefix or maxResults in single page.
listFilesAndDirectories(String, Integer) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Lists all sub-directories and files in this directory with their prefix or snapshots.
listFilesAndDirectories() - Method in class com.azure.storage.file.share.ShareDirectoryClient
Lists all sub-directories and files in this directory without their prefix or maxResult in single page.
listFilesAndDirectories(String, Integer, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Lists all sub-directories and files in this directory with their prefix or snapshots.
listHandles(Integer, boolean) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
List of open handles on a directory or a file.
listHandles(Integer, boolean, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
List of open handles on a directory or a file.
listHandles() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
List of open handles on a file.
listHandles(Integer) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
List of open handles on a file.
listHandles() - Method in class com.azure.storage.file.share.ShareFileClient
List of open handles on a file.
listHandles(Integer, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
List of open handles on a file.
listRanges() - Method in class com.azure.storage.file.share.ShareFileAsyncClient
List of valid ranges for a file.
listRanges(ShareFileRange) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
List of valid ranges for a file.
listRanges(ShareFileRange, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
List of valid ranges for a file.
listRanges() - Method in class com.azure.storage.file.share.ShareFileClient
List of valid ranges for a file.
listRanges(ShareFileRange, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
List of valid ranges for a file.
listRanges(ShareFileRange, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
List of valid ranges for a file.
listShares() - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Lists all shares in the storage account without their metadata or snapshots.
listShares(ListSharesOptions) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Lists the shares in the Storage account that pass the options filter.
listShares() - Method in class com.azure.storage.file.share.ShareServiceClient
Lists all shares in the storage account without their metadata or snapshots.
listShares(ListSharesOptions, Duration, Context) - Method in class com.azure.storage.file.share.ShareServiceClient
Lists the shares in the Storage account that pass the options filter.
ListSharesOptions - Class in com.azure.storage.file.share.models
A set of options for selecting shares from Storage File service.
ListSharesOptions() - Constructor for class com.azure.storage.file.share.models.ListSharesOptions
 

M

MD5MISMATCH - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value Md5Mismatch for ShareErrorCode.
METADATA_TOO_LARGE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value MetadataTooLarge for ShareErrorCode.
MISSING_CONTENT_LENGTH_HEADER - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value MissingContentLengthHeader for ShareErrorCode.
MISSING_REQUIRED_HEADER - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value MissingRequiredHeader for ShareErrorCode.
MISSING_REQUIRED_QUERY_PARAMETER - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value MissingRequiredQueryParameter for ShareErrorCode.
MISSING_REQUIRED_XML_NODE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value MissingRequiredXmlNode for ShareErrorCode.
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value MultipleConditionHeadersNotSupported for ShareErrorCode.

N

NtfsFileAttributes - Enum in com.azure.storage.file.share.models
Specifies options for NTFS File Attributes.

O

openInputStream() - Method in class com.azure.storage.file.share.ShareFileClient
Opens a file input stream to download the file.
openInputStream(ShareFileRange) - Method in class com.azure.storage.file.share.ShareFileClient
Opens a file input stream to download the specified range of the file.
OPERATION_TIMED_OUT - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value OperationTimedOut for ShareErrorCode.
OUT_OF_RANGE_INPUT - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value OutOfRangeInput for ShareErrorCode.
OUT_OF_RANGE_QUERY_PARAMETER_VALUE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value OutOfRangeQueryParameterValue for ShareErrorCode.

P

PARENT_NOT_FOUND - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ParentNotFound for ShareErrorCode.
parse(String) - Static method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Creates an ShareFileSasPermission from the specified permissions string.
parse(String) - Static method in class com.azure.storage.file.share.sas.ShareSasPermission
Creates an ShareSasPermission from the specified permissions string.
PermissionCopyModeType - Enum in com.azure.storage.file.share.models
Defines values for PermissionCopyModeType.
pipeline(HttpPipeline) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the HttpPipeline to use for the service client.
PRESERVE - Static variable in class com.azure.storage.file.share.FileConstants
Default value for several SMB file headers.

R

Range - Class in com.azure.storage.file.share.models
An Azure Storage file range.
Range() - Constructor for class com.azure.storage.file.share.models.Range
 
READ_ONLY_ATTRIBUTE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ReadOnlyAttribute for ShareErrorCode.
releaseLease() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Releases the previously acquired lease.
releaseLease() - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Releases the previously acquired lease.
releaseLeaseWithResponse() - Method in class com.azure.storage.file.share.specialized.ShareLeaseAsyncClient
Releases the previously acquired lease.
releaseLeaseWithResponse(Duration, Context) - Method in class com.azure.storage.file.share.specialized.ShareLeaseClient
Releases the previously acquired lease.
REQUEST_BODY_TOO_LARGE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value RequestBodyTooLarge for ShareErrorCode.
REQUEST_URL_FAILED_TO_PARSE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value RequestUrlFailedToParse for ShareErrorCode.
RESOURCE_ALREADY_EXISTS - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ResourceAlreadyExists for ShareErrorCode.
RESOURCE_NOT_FOUND - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ResourceNotFound for ShareErrorCode.
RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ResourceTypeMismatch for ShareErrorCode.
resourcePath(String) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the file that the constructed clients will interact with
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the request retry options for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the request retry options for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the request retry options for all the requests made through the client.

S

sasToken(String) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the SAS token used to authorize requests sent to the service.
sasToken(String) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the SAS token used to authorize requests sent to the service.
sasToken(String) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the SAS token used to authorize requests sent to the service.
SERVER_BUSY - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ServerBusy for ShareErrorCode.
serviceVersion(ShareServiceVersion) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the ShareServiceVersion that is used when making API requests.
serviceVersion(ShareServiceVersion) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the ShareServiceVersion that is used when making API requests.
serviceVersion(ShareServiceVersion) - Method in class com.azure.storage.file.share.ShareServiceClientBuilder
Sets the ShareServiceVersion that is used when making API requests.
setAcceptRanges(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the acceptRanges property: Indicates that the service supports requests for partial file content.
setAccessPolicy(ShareAccessPolicy) - Method in class com.azure.storage.file.share.models.ShareSignedIdentifier
Set the accessPolicy property: The access policy.
setAccessPolicy(List<ShareSignedIdentifier>) - Method in class com.azure.storage.file.share.ShareAsyncClient
Sets stored access policies for the share.
setAccessPolicy(List<ShareSignedIdentifier>) - Method in class com.azure.storage.file.share.ShareClient
Sets stored access policies for the share.
setAccessPolicyWithResponse(List<ShareSignedIdentifier>) - Method in class com.azure.storage.file.share.ShareAsyncClient
Sets stored access policies for the share.
setAccessPolicyWithResponse(List<ShareSignedIdentifier>, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Sets stored access policies for the share.
setAllowedHeaders(String) - Method in class com.azure.storage.file.share.models.ShareCorsRule
Set the allowedHeaders property: The request headers that the origin domain may specify on the CORS request.
setAllowedMethods(String) - Method in class com.azure.storage.file.share.models.ShareCorsRule
Set the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
setAllowedOrigins(String) - Method in class com.azure.storage.file.share.models.ShareCorsRule
Set the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.
setCacheControl(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the cacheControl property: Returned if it was previously specified for the file.
setCacheControl(String) - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Set the cacheControl property: Sets the file's cache control.
setCacheControl(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the cache-control header for the SAS.
setClientIp(String) - Method in class com.azure.storage.file.share.models.HandleItem
Set the clientIp property: Client IP that opened the handle.
setContentDisposition(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the contentDisposition property: Returns the value that was specified for the 'x-ms-content-disposition' header and specifies how to process the response.
setContentDisposition(String) - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Set the contentDisposition property: Sets the file's Content-Disposition header.
setContentDisposition(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the content-disposition header for the SAS.
setContentEncoding(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the contentEncoding property: Returns the value that was specified for the Content-Encoding request header.
setContentEncoding(String) - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Set the contentEncoding property: Specifies which content encodings have been applied to the file.
setContentEncoding(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the content-encoding header for the SAS.
setContentLanguage(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the contentLanguage property: Returns the value that was specified for the Content-Language request header.
setContentLanguage(String) - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Set the contentLanguage property: Specifies the natural languages used by this resource.
setContentLanguage(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the content-language header for the SAS.
setContentLength(Long) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the contentLength property: The number of bytes present in the response body.
setContentMd5(byte[]) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the contentMd5 property: If the file has an MD5 hash and the request is to read the full file, this response header is returned so that the client can check for message content integrity.
setContentMd5(byte[]) - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Set the contentMd5 property: Sets the file's MD5 hash.
setContentRange(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the contentRange property: Indicates the range of bytes returned if the client requested a subset of the file by setting the Range request header.
setContentType(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the contentType property: The content type specified for the file.
setContentType(String) - Method in class com.azure.storage.file.share.models.ShareFileHttpHeaders
Set the contentType property: Sets the MIME content type of the file.
setContentType(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the content-type header for the SAS.
setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the copyCompletionTime property: Conclusion time of the last attempted Copy File operation where this file was the destination file.
setCopyId(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the copyId property: String identifier for the last attempted Copy File operation where this file was the destination file.
setCopyProgress(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file.
setCopySource(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the copySource property: URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file.
setCopyStatus(CopyStatusType) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the copyStatus property: State of the copy operation identified by 'x-ms-copy-id'.
setCopyStatusDescription(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
setCors(List<ShareCorsRule>) - Method in class com.azure.storage.file.share.models.ShareServiceProperties
Set the cors property: The set of CORS rules.
setCreatePermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Sets the create permission status.
setCreatePermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareSasPermission
Sets the create permission status.
setDateProperty(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the dateProperty property: A UTC date/time value generated by the service that indicates the time at which the response was initiated.
setDays(Integer) - Method in class com.azure.storage.file.share.models.ShareRetentionPolicy
Set the days property: Indicates the number of days that metrics data should be retained.
setDeleted(Boolean) - Method in class com.azure.storage.file.share.models.ShareItem
Set the deleted property: The deleted property.
setDeletedTime(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the deletedTime property: The deletedTime property.
setDeletePermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Sets the delete permission status.
setDeletePermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareSasPermission
Sets the delete permission status.
setEnabled(boolean) - Method in class com.azure.storage.file.share.models.ShareMetrics
Set the enabled property: Indicates whether metrics are enabled for the File service.
setEnabled(boolean) - Method in class com.azure.storage.file.share.models.ShareRetentionPolicy
Set the enabled property: Indicates whether a retention policy is enabled for the File service.
setEnd(long) - Method in class com.azure.storage.file.share.models.Range
Set the end property: End of the range.
setErrorCode(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the errorCode property: The errorCode property.
setETag(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the eTag property: The ETag contains a value that you can use to perform operations conditionally, in quotes.
setETag(String) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the eTag property: The eTag property.
setExpiresOn(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareAccessPolicy
Set the expiresOn property: The date-time the policy expires.
setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the time after which the SAS will no longer work.
setExposedHeaders(String) - Method in class com.azure.storage.file.share.models.ShareCorsRule
Set the exposedHeaders property: The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
setFileAttributes(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the fileAttributes property: Attributes set for the file.
setFileChangeTime(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the fileChangeTime property: Change time for the file.
setFileContentMd5(byte[]) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the fileContentMd5 property: If the file has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole file's MD5 value.
setFileCreationTime(OffsetDateTime) - Method in class com.azure.storage.file.share.FileSmbProperties
Sets the file creation time.
setFileCreationTime(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the fileCreationTime property: Creation time for the file.
setFileId(String) - Method in class com.azure.storage.file.share.models.HandleItem
Set the fileId property: FileId uniquely identifies the file or directory.
setFileId(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the fileId property: The fileId of the file.
setFileLastWriteTime(OffsetDateTime) - Method in class com.azure.storage.file.share.FileSmbProperties
Sets the file last write time.
setFileLastWriteTime(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the fileLastWriteTime property: Last write time for the file.
setFileParentId(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the fileParentId property: The parent fileId of the file.
setFilePath(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Deprecated.
Please use the generateSas methods provided on the desired file/directory client that will auto-populate the file path.
setFilePermissionKey(String) - Method in class com.azure.storage.file.share.FileSmbProperties
Sets the file permission key.
setFilePermissionKey(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the filePermissionKey property: Key of the permission set for the file.
setHandleId(String) - Method in class com.azure.storage.file.share.models.HandleItem
Set the handleId property: XSMB service handle ID.
setHourMetrics(ShareMetrics) - Method in class com.azure.storage.file.share.models.ShareServiceProperties
Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for files.
setId(String) - Method in class com.azure.storage.file.share.models.ShareSignedIdentifier
Set the id property: A unique id.
setIdentifier(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the name of the access policy on the share this SAS references if any.
setIncludeApis(Boolean) - Method in class com.azure.storage.file.share.models.ShareMetrics
Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.
setIncludeDeleted(boolean) - Method in class com.azure.storage.file.share.models.ListSharesOptions
Sets the status of including deleted shares when listing shares
setIncludeMetadata(boolean) - Method in class com.azure.storage.file.share.models.ListSharesOptions
Sets the status of including share metadata when listing shares If listing snapshots as well this will also determine if the snapshots have their metadata included as well.
setIncludeSnapshots(boolean) - Method in class com.azure.storage.file.share.models.ListSharesOptions
Sets the status of including share snapshots when listing shares
setIsServerEncrypted(Boolean) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the isServerEncrypted property: The value of this header is set to true if the file data and application metadata are completely encrypted using the specified algorithm.
setLastModified(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the lastModified property: Returns the date and time the file was last modified.
setLastModified(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the lastModified property: The lastModified property.
setLastReconnectTime(OffsetDateTime) - Method in class com.azure.storage.file.share.models.HandleItem
Set the lastReconnectTime property: Time handle was last connected to (UTC).
setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the leaseDuration property: When a file is leased, specifies whether the lease is of infinite or fixed duration.
setLeaseId(String) - Method in class com.azure.storage.file.share.models.ShareRequestConditions
Optionally limits requests to files and shares that match the lease ID.
setLeaseState(LeaseStateType) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the leaseState property: Lease state of the file.
setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the leaseStatus property: The current lease status of the file.
setListPermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareSasPermission
Sets the list permission status.
setMaxAgeInSeconds(int) - Method in class com.azure.storage.file.share.models.ShareCorsRule
Set the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
setMaxResultsPerPage(Integer) - Method in class com.azure.storage.file.share.models.ListSharesOptions
Sets the maximum number of shares to include in a single response.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the metadata property: The metadata property.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.models.ShareItem
Set the metadata property: The metadata property.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the metadata property: The metadata property.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.ShareAsyncClient
Sets the user-defined metadata to associate to the share.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.ShareClient
Sets the user-defined metadata to associate to the share.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Sets the user-defined metadata to associate to the directory.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Sets the user-defined metadata to associate to the directory.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Sets the user-defined metadata to associate to the file.
setMetadata(Map<String, String>) - Method in class com.azure.storage.file.share.ShareFileClient
Sets the user-defined metadata to associate to the file.
setMetadataWithResponse(Map<String, String>) - Method in class com.azure.storage.file.share.ShareAsyncClient
Sets the user-defined metadata to associate to the share.
setMetadataWithResponse(Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Sets the user-defined metadata to associate to the share.
setMetadataWithResponse(Map<String, String>) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Sets the user-defined metadata to associate to the directory.
setMetadataWithResponse(Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Sets the user-defined metadata to associate to the directory.
setMetadataWithResponse(Map<String, String>) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Sets the user-defined metadata to associate to the file.
setMetadataWithResponse(Map<String, String>, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Sets the user-defined metadata to associate to the file.
setMetadataWithResponse(Map<String, String>, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Sets the user-defined metadata to associate to the file.
setMetadataWithResponse(Map<String, String>, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Sets the user-defined metadata to associate to the file.
setMinuteMetrics(ShareMetrics) - Method in class com.azure.storage.file.share.models.ShareServiceProperties
Set the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for files.
setName(String) - Method in class com.azure.storage.file.share.models.ShareItem
Set the name property: The name property.
setNextAllowedQuotaDowngradeTime(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the nextAllowedQuotaDowngradeTime property: The nextAllowedQuotaDowngradeTime property.
setNtfsFileAttributes(EnumSet<NtfsFileAttributes>) - Method in class com.azure.storage.file.share.FileSmbProperties
Sets the ntfs file attributes.
setOpenTime(OffsetDateTime) - Method in class com.azure.storage.file.share.models.HandleItem
Set the openTime property: Time when the session that previously opened the handle has last been reconnected.
setParentId(String) - Method in class com.azure.storage.file.share.models.HandleItem
Set the parentId property: ParentId uniquely identifies the parent directory of the object.
setPath(String) - Method in class com.azure.storage.file.share.models.HandleItem
Set the path property: File or directory name including full path starting from share root.
setPermissions(String) - Method in class com.azure.storage.file.share.models.ShareAccessPolicy
Set the permissions property: The permissions for the ACL policy.
setPermissions(ShareSasPermission) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the permissions allowed by the SAS.
setPermissions(ShareFileSasPermission) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the permissions allowed by the SAS.
setPrefix(String) - Method in class com.azure.storage.file.share.models.ListSharesOptions
Sets the prefix that a share must match to be included in the listing.
setProperties(ShareProperties) - Method in class com.azure.storage.file.share.models.ShareItem
Set the properties property: The properties property.
setProperties(FileSmbProperties, String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Sets the properties of this directory.
setProperties(FileSmbProperties, String) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Sets the properties of this directory.
setProperties(long, ShareFileHttpHeaders, FileSmbProperties, String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Sets the user-defined file properties to associate to the file.
setProperties(long, ShareFileHttpHeaders, FileSmbProperties, String) - Method in class com.azure.storage.file.share.ShareFileClient
Sets the user-defined httpHeaders to associate to the file.
setProperties(ShareServiceProperties) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Sets the properties for the storage account's File service.
setProperties(ShareServiceProperties) - Method in class com.azure.storage.file.share.ShareServiceClient
Sets the properties for the storage account's File service.
setPropertiesWithResponse(FileSmbProperties, String) - Method in class com.azure.storage.file.share.ShareDirectoryAsyncClient
Sets the properties of this directory.
setPropertiesWithResponse(FileSmbProperties, String, Duration, Context) - Method in class com.azure.storage.file.share.ShareDirectoryClient
Sets the properties of this directory.
setPropertiesWithResponse(long, ShareFileHttpHeaders, FileSmbProperties, String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Sets the user-defined file properties to associate to the file.
setPropertiesWithResponse(long, ShareFileHttpHeaders, FileSmbProperties, String, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Sets the user-defined file properties to associate to the file.
setPropertiesWithResponse(long, ShareFileHttpHeaders, FileSmbProperties, String, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Sets the user-defined httpHeaders to associate to the file.
setPropertiesWithResponse(long, ShareFileHttpHeaders, FileSmbProperties, String, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Sets the user-defined httpHeaders to associate to the file.
setPropertiesWithResponse(ShareServiceProperties) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Sets the properties for the storage account's File service.
setPropertiesWithResponse(ShareServiceProperties, Duration, Context) - Method in class com.azure.storage.file.share.ShareServiceClient
Sets the properties for the storage account's File service.
setProtocol(SasProtocol) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the SasProtocol which determines the protocols allowed by the SAS.
setProvisionedEgressMBps(Integer) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the provisionedEgressMBps property: The provisionedEgressMBps property.
setProvisionedIngressMBps(Integer) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the provisionedIngressMBps property: The provisionedIngressMBps property.
setProvisionedIops(Integer) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the provisionedIops property: The provisionedIops property.
setQuota(int) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the quota property: The quota property.
setQuota(int) - Method in class com.azure.storage.file.share.ShareAsyncClient
Sets the maximum size in GB that the share is allowed to grow.
setQuota(int) - Method in class com.azure.storage.file.share.ShareClient
Sets the maximum size in GB that the share is allowed to grow.
setQuotaWithResponse(int) - Method in class com.azure.storage.file.share.ShareAsyncClient
Sets the maximum size in GB that the share is allowed to grow.
setQuotaWithResponse(int, Duration, Context) - Method in class com.azure.storage.file.share.ShareClient
Sets the maximum size in GB that the share is allowed to grow.
setReadPermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Sets the read permission status.
setReadPermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareSasPermission
Sets the read permission status.
setRemainingRetentionDays(Integer) - Method in class com.azure.storage.file.share.models.ShareProperties
Set the remainingRetentionDays property: The remainingRetentionDays property.
setRequestId(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
setRetentionPolicy(ShareRetentionPolicy) - Method in class com.azure.storage.file.share.models.ShareMetrics
Set the retentionPolicy property: The retentionPolicy property.
setSasIpRange(SasIpRange) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the SasIpRange which determines the IP ranges that are allowed to use the SAS.
setSessionId(String) - Method in class com.azure.storage.file.share.models.HandleItem
Set the sessionId property: SMB session ID in context of which the file handle was opened.
setShareName(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Deprecated.
Please use the generateSas methods provided on the desired share/file/directory client that will auto-populate the share name.
setSnapshot(String) - Method in class com.azure.storage.file.share.models.ShareItem
Set the snapshot property: The snapshot property.
setSourceIfMatchCrc64(byte[]) - Method in class com.azure.storage.file.share.models.SourceModifiedAccessConditions
Set the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64 checksum.
setSourceIfNoneMatchCrc64(byte[]) - Method in class com.azure.storage.file.share.models.SourceModifiedAccessConditions
Set the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching crc64 checksum.
setStart(long) - Method in class com.azure.storage.file.share.models.Range
Set the start property: Start of the range.
setStartsOn(OffsetDateTime) - Method in class com.azure.storage.file.share.models.ShareAccessPolicy
Set the startsOn property: The date-time the policy is active.
setStartTime(OffsetDateTime) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets when the SAS will take effect.
setVersion(String) - Method in class com.azure.storage.file.share.models.ShareFileDownloadHeaders
Set the version property: Indicates the version of the File service used to execute the request.
setVersion(String) - Method in class com.azure.storage.file.share.models.ShareItem
Set the version property: The version property.
setVersion(String) - Method in class com.azure.storage.file.share.models.ShareMetrics
Set the version property: The version of Storage Analytics to configure.
setVersion(String) - Method in class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Sets the version of the service this SAS will target.
setWritePermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Sets the write permission status.
setWritePermission(boolean) - Method in class com.azure.storage.file.share.sas.ShareSasPermission
Sets the write permission status.
SHARE_ALREADY_EXISTS - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ShareAlreadyExists for ShareErrorCode.
SHARE_BEING_DELETED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ShareBeingDeleted for ShareErrorCode.
SHARE_DISABLED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ShareDisabled for ShareErrorCode.
SHARE_HAS_SNAPSHOTS - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ShareHasSnapshots for ShareErrorCode.
SHARE_NOT_FOUND - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ShareNotFound for ShareErrorCode.
SHARE_SNAPSHOT_COUNT_EXCEEDED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ShareSnapshotCountExceeded for ShareErrorCode.
SHARE_SNAPSHOT_IN_PROGRESS - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ShareSnapshotInProgress for ShareErrorCode.
SHARE_SNAPSHOT_OPERATION_NOT_SUPPORTED - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value ShareSnapshotOperationNotSupported for ShareErrorCode.
ShareAccessPolicy - Class in com.azure.storage.file.share.models
An Access policy.
ShareAccessPolicy() - Constructor for class com.azure.storage.file.share.models.ShareAccessPolicy
 
ShareAsyncClient - Class in com.azure.storage.file.share
This class provides a azureFileStorageClient that contains all the operations for interacting with a share in Azure Storage Share.
ShareClient - Class in com.azure.storage.file.share
This class provides a client that contains all the operations for interacting with a share in Azure Storage Share.
ShareClientBuilder - Class in com.azure.storage.file.share
This class provides a fluent builder API to help aid the configuration and instantiation of the ShareClients and ShareAsyncClients, calling buildClient constructs an instance of ShareClient and calling buildAsyncClient constructs an instance of ShareAsyncClient.
ShareClientBuilder() - Constructor for class com.azure.storage.file.share.ShareClientBuilder
Creates a builder instance that is able to configure and construct ShareClients and ShareAsyncClients.
ShareCorsRule - Class in com.azure.storage.file.share.models
CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.
ShareCorsRule() - Constructor for class com.azure.storage.file.share.models.ShareCorsRule
 
ShareDirectoryAsyncClient - Class in com.azure.storage.file.share
This class provides a client that contains all the operations for interacting with directory in Azure Storage File Service.
ShareDirectoryClient - Class in com.azure.storage.file.share
This class provides a client that contains all the operations for interacting with directory in Azure Storage File Service.
ShareDirectoryInfo - Class in com.azure.storage.file.share.models
Contains information about a Directory in the storage File service.
ShareDirectoryInfo(String, OffsetDateTime, FileSmbProperties) - Constructor for class com.azure.storage.file.share.models.ShareDirectoryInfo
Creates an instance of information about a specific Directory.
ShareDirectoryProperties - Class in com.azure.storage.file.share.models
Contains properties information about a Directory in the storage File service.
ShareDirectoryProperties(Map<String, String>, String, OffsetDateTime, boolean, FileSmbProperties) - Constructor for class com.azure.storage.file.share.models.ShareDirectoryProperties
Creates an instance of properties information about a specific Directory.
ShareDirectorySetMetadataInfo - Class in com.azure.storage.file.share.models
Contains metadata information about a Directory in the storage File service.
ShareDirectorySetMetadataInfo(String, boolean) - Constructor for class com.azure.storage.file.share.models.ShareDirectorySetMetadataInfo
Creates an instance of information about a specific Directory.
ShareErrorCode - Class in com.azure.storage.file.share.models
Defines values for ShareErrorCode.
ShareErrorCode() - Constructor for class com.azure.storage.file.share.models.ShareErrorCode
 
ShareFileAsyncClient - Class in com.azure.storage.file.share
This class provides a client that contains all the operations for interacting with file in Azure Storage File Service.
ShareFileClient - Class in com.azure.storage.file.share
This class provides a client that contains all the operations for interacting files under Azure Storage File Service.
ShareFileClientBuilder - Class in com.azure.storage.file.share
This class provides a fluent builder API to help aid the configuration and instantiation of the FileClients, FileAsyncClients, DirectoryClients, and DirectoryAsyncClients.
ShareFileClientBuilder() - Constructor for class com.azure.storage.file.share.ShareFileClientBuilder
Creates a builder instance that is able to configure and construct FileClients and FileAsyncClients.
ShareFileCopyInfo - Class in com.azure.storage.file.share.models
Contains copy information about a File in the storage File service.
ShareFileCopyInfo(String, String, CopyStatusType, String, OffsetDateTime, String) - Constructor for class com.azure.storage.file.share.models.ShareFileCopyInfo
Creates an instance of copy information about a specific File.
ShareFileDownloadAsyncResponse - Class in com.azure.storage.file.share.models
This class contains the response information returned from the server when downloading a file.
ShareFileDownloadAsyncResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>, ShareFileDownloadHeaders) - Constructor for class com.azure.storage.file.share.models.ShareFileDownloadAsyncResponse
ShareFileDownloadHeaders - Class in com.azure.storage.file.share.models
Defines headers for Download operation.
ShareFileDownloadHeaders() - Constructor for class com.azure.storage.file.share.models.ShareFileDownloadHeaders
 
ShareFileDownloadResponse - Class in com.azure.storage.file.share.models
This class contains the response information returned from the server when downloading a file.
ShareFileDownloadResponse(ShareFileDownloadAsyncResponse) - Constructor for class com.azure.storage.file.share.models.ShareFileDownloadResponse
ShareFileHttpHeaders - Class in com.azure.storage.file.share.models
Additional parameters for a set of operations, such as: Files_create, Files_setHTTPHeaders.
ShareFileHttpHeaders() - Constructor for class com.azure.storage.file.share.models.ShareFileHttpHeaders
 
ShareFileInfo - Class in com.azure.storage.file.share.models
Contains information about a File in the storage File service.
ShareFileInfo(String, OffsetDateTime, Boolean, FileSmbProperties) - Constructor for class com.azure.storage.file.share.models.ShareFileInfo
Creates an instance of information about a specific Directory.
ShareFileItem - Class in com.azure.storage.file.share.models
Contains file or directory reference information in the storage File service.
ShareFileItem(String, boolean, Long) - Constructor for class com.azure.storage.file.share.models.ShareFileItem
Creates an instance of file or directory reference information about a specific Share.
ShareFileMetadataInfo - Class in com.azure.storage.file.share.models
This class contains the response information returned from the service when metadata is set on a file.
ShareFileMetadataInfo(String, Boolean) - Constructor for class com.azure.storage.file.share.models.ShareFileMetadataInfo
Constructs a ShareFileMetadataInfo.
ShareFileProperties - Class in com.azure.storage.file.share.models
Contains property information about a File in the storage File service.
ShareFileProperties(String, OffsetDateTime, Map<String, String>, String, Long, String, byte[], String, String, String, OffsetDateTime, String, String, String, String, CopyStatusType, Boolean, FileSmbProperties) - Constructor for class com.azure.storage.file.share.models.ShareFileProperties
Creates an instance of property information about a specific File.
ShareFileProperties(String, OffsetDateTime, Map<String, String>, String, Long, String, byte[], String, String, String, LeaseStatusType, LeaseStateType, LeaseDurationType, OffsetDateTime, String, String, String, String, CopyStatusType, Boolean, FileSmbProperties) - Constructor for class com.azure.storage.file.share.models.ShareFileProperties
Creates an instance of property information about a specific File.
ShareFileRange - Class in com.azure.storage.file.share.models
The range of a file in the storage file service.
ShareFileRange(long) - Constructor for class com.azure.storage.file.share.models.ShareFileRange
Create an instance of the range of a file.
ShareFileRange(long, Long) - Constructor for class com.azure.storage.file.share.models.ShareFileRange
Create an instance of the range of a file.
ShareFileRange(Range) - Constructor for class com.azure.storage.file.share.models.ShareFileRange
Creates an instance of the range of a file from the passed Range.
ShareFileSasPermission - Class in com.azure.storage.file.share.sas
Constructs a string representing the permissions granted by a Service SAS to a file.
ShareFileSasPermission() - Constructor for class com.azure.storage.file.share.sas.ShareFileSasPermission
Initializes an ShareFileSasPermission object with all fields set to false.
ShareFileUploadInfo - Class in com.azure.storage.file.share.models
This class contains the response information returned from the service when the file is uploaded.
ShareFileUploadInfo(String, OffsetDateTime, byte[], Boolean) - Constructor for class com.azure.storage.file.share.models.ShareFileUploadInfo
Constructs a ShareFileUploadInfo.
ShareFileUploadRangeFromUrlInfo - Class in com.azure.storage.file.share.models
Response from uploading a range from a URL source.
ShareFileUploadRangeFromUrlInfo(String, OffsetDateTime, Boolean) - Constructor for class com.azure.storage.file.share.models.ShareFileUploadRangeFromUrlInfo
Creates a new instance of this class.
ShareInfo - Class in com.azure.storage.file.share.models
Contains information about a Share in the storage File service.
ShareInfo(String, OffsetDateTime) - Constructor for class com.azure.storage.file.share.models.ShareInfo
Creates an instance of information about a specific Share.
ShareItem - Class in com.azure.storage.file.share.models
A listed Azure Storage share item.
ShareItem() - Constructor for class com.azure.storage.file.share.models.ShareItem
 
ShareLeaseAsyncClient - Class in com.azure.storage.file.share.specialized
This class provides a client that contains all the leasing operations for files.
ShareLeaseClient - Class in com.azure.storage.file.share.specialized
This class provides a client that contains all the leasing operations for files.
ShareLeaseClientBuilder - Class in com.azure.storage.file.share.specialized
This class provides a fluent builder API to help aid the configuration and instantiation of Storage Lease clients.
ShareLeaseClientBuilder() - Constructor for class com.azure.storage.file.share.specialized.ShareLeaseClientBuilder
 
ShareMetrics - Class in com.azure.storage.file.share.models
Storage Analytics metrics for file service.
ShareMetrics() - Constructor for class com.azure.storage.file.share.models.ShareMetrics
 
shareName(String) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the share that the constructed clients will interact with
shareName(String) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the share that the constructed clients will interact with
ShareProperties - Class in com.azure.storage.file.share.models
Properties of a share.
ShareProperties() - Constructor for class com.azure.storage.file.share.models.ShareProperties
 
ShareRequestConditions - Class in com.azure.storage.file.share.models
This class contains values which will restrict the successful operation of a variety of requests to the conditions present.
ShareRequestConditions() - Constructor for class com.azure.storage.file.share.models.ShareRequestConditions
 
ShareRetentionPolicy - Class in com.azure.storage.file.share.models
The retention policy.
ShareRetentionPolicy() - Constructor for class com.azure.storage.file.share.models.ShareRetentionPolicy
 
ShareSasPermission - Class in com.azure.storage.file.share.sas
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a share.
ShareSasPermission() - Constructor for class com.azure.storage.file.share.sas.ShareSasPermission
Initializes an ShareSasPermission object with all fields set to false.
ShareServiceAsyncClient - Class in com.azure.storage.file.share
This class provides a azureFileStorageClient that contains all the operations for interacting with a file account in Azure Storage.
ShareServiceClient - Class in com.azure.storage.file.share
This class provides a shareServiceAsyncClient that contains all the operations for interacting with a file account in Azure Storage.
ShareServiceClientBuilder - Class in com.azure.storage.file.share
This class provides a fluent builder API to help aid the configuration and instantiation of the FileServiceClients and FileServiceAsyncClients, calling buildClient constructs an instance of ShareServiceClient and calling buildFileAsyncClient constructs an instance of ShareServiceAsyncClient.
ShareServiceClientBuilder() - Constructor for class com.azure.storage.file.share.ShareServiceClientBuilder
Creates a builder instance that is able to configure and construct FileServiceClients and FileServiceAsyncClients.
ShareServiceProperties - Class in com.azure.storage.file.share.models
Storage service properties.
ShareServiceProperties() - Constructor for class com.azure.storage.file.share.models.ShareServiceProperties
 
ShareServiceSasQueryParameters - Class in com.azure.storage.file.share.sas
Deprecated.
Please use the generateSas method on the desired file/share client after initializing ShareServiceSasSignatureValues.
ShareServiceSasQueryParameters(Map<String, String[]>, boolean) - Constructor for class com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
Deprecated.
ShareServiceSasSignatureValues - Class in com.azure.storage.file.share.sas
Used to initialize parameters for a Shared Access Signature (SAS) for an Azure File Storage service.
ShareServiceSasSignatureValues() - Constructor for class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
ShareServiceSasSignatureValues(OffsetDateTime, ShareSasPermission) - Constructor for class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Creates an object with the specified expiry time and permissions
ShareServiceSasSignatureValues(OffsetDateTime, ShareFileSasPermission) - Constructor for class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Creates an object with the specified expiry time and permissions
ShareServiceSasSignatureValues(String) - Constructor for class com.azure.storage.file.share.sas.ShareServiceSasSignatureValues
Creates an object with the specified identifier.
ShareServiceVersion - Enum in com.azure.storage.file.share
The versions of Azure Storage File supported by this client library.
ShareSignedIdentifier - Class in com.azure.storage.file.share.models
Signed identifier.
ShareSignedIdentifier() - Constructor for class com.azure.storage.file.share.models.ShareSignedIdentifier
 
ShareSnapshotInfo - Class in com.azure.storage.file.share.models
Contains information about a snapshot of a Share in the storage File service.
ShareSnapshotInfo(String, String, OffsetDateTime) - Constructor for class com.azure.storage.file.share.models.ShareSnapshotInfo
Creates an instance of snapshot information for a specific Share.
ShareStatistics - Class in com.azure.storage.file.share.models
Contains statistics about a Share in the storage File service.
ShareStatistics(int) - Constructor for class com.azure.storage.file.share.models.ShareStatistics
Creates an instance of storage statistics for a Share.
ShareStatistics(long) - Constructor for class com.azure.storage.file.share.models.ShareStatistics
Creates an instance of storage statistics for a Share.
ShareStorageException - Exception in com.azure.storage.file.share.models
A StorageException is thrown whenever Azure Storage successfully returns an error code that is not 200-level.
ShareStorageException(String, HttpResponse, Object) - Constructor for exception com.azure.storage.file.share.models.ShareStorageException
Constructs a StorageException.
SHARING_VIOLATION - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value SharingViolation for ShareErrorCode.
SMB_DATE_STRING - Static variable in class com.azure.storage.file.share.FileConstants
Stores a reference to the date/time pattern expected for File SMB properties
snapshot(String) - Method in class com.azure.storage.file.share.ShareClientBuilder
Sets the snapshot that the constructed clients will interact with.
snapshot(String) - Method in class com.azure.storage.file.share.ShareFileClientBuilder
Sets the shareSnapshot that the constructed clients will interact with.
SourceModifiedAccessConditions - Class in com.azure.storage.file.share.models
Additional parameters for uploadRangeFromURL operation.
SourceModifiedAccessConditions() - Constructor for class com.azure.storage.file.share.models.SourceModifiedAccessConditions
 
StorageFileInputStream - Class in com.azure.storage.file.share
Provides an input stream to read a given storage file resource.
StorageFileOutputStream - Class in com.azure.storage.file.share
Provides an output stream to write a given storage file resource.

T

toAttributes(String) - Static method in enum com.azure.storage.file.share.models.NtfsFileAttributes
Creates an enum set of NtfsFileAttributes from a valid String .
toHeaderValue() - Method in class com.azure.storage.file.share.models.ShareFileRange
 
toString() - Method in enum com.azure.storage.file.share.models.CopyStatusType
 
toString() - Method in enum com.azure.storage.file.share.models.LeaseDurationType
 
toString() - Method in enum com.azure.storage.file.share.models.LeaseStateType
 
toString() - Method in enum com.azure.storage.file.share.models.LeaseStatusType
 
toString(EnumSet<NtfsFileAttributes>) - Static method in enum com.azure.storage.file.share.models.NtfsFileAttributes
Converts an enum set of NtfsFileAttributes to a string.
toString() - Method in enum com.azure.storage.file.share.models.PermissionCopyModeType
 
toString() - Method in class com.azure.storage.file.share.models.ShareFileRange
 
toString() - Method in class com.azure.storage.file.share.sas.ShareFileSasPermission
Converts the given permissions to a String.
toString() - Method in class com.azure.storage.file.share.sas.ShareSasPermission
Converts the given permissions to a String.

U

undeleteShare(String, String) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Restores a previously deleted share.
undeleteShare(String, String) - Method in class com.azure.storage.file.share.ShareServiceClient
Restores a previously deleted share.
undeleteShareWithResponse(String, String) - Method in class com.azure.storage.file.share.ShareServiceAsyncClient
Restores a previously deleted share.
undeleteShareWithResponse(String, String, Duration, Context) - Method in class com.azure.storage.file.share.ShareServiceClient
Restores a previously deleted share.
UNSUPPORTED_HEADER - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value UnsupportedHeader for ShareErrorCode.
UNSUPPORTED_HTTP_VERB - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value UnsupportedHttpVerb for ShareErrorCode.
UNSUPPORTED_QUERY_PARAMETER - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value UnsupportedQueryParameter for ShareErrorCode.
UNSUPPORTED_XML_NODE - Static variable in class com.azure.storage.file.share.models.ShareErrorCode
Static value UnsupportedXmlNode for ShareErrorCode.
upload(Flux<ByteBuffer>, long) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Uploads a range of bytes to the beginning of a file in storage file service.
upload(InputStream, long) - Method in class com.azure.storage.file.share.ShareFileClient
Uploads a range of bytes to the beginning of a file in storage file service.
uploadFromFile(String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Uploads file to storage file service.
uploadFromFile(String, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Uploads file to storage file service.
uploadFromFile(String) - Method in class com.azure.storage.file.share.ShareFileClient
Uploads file to storage file service.
uploadFromFile(String, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileClient
Uploads file to storage file service.
uploadRangeFromUrl(long, long, long, String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Uploads a range of bytes from one file to another file.
uploadRangeFromUrl(long, long, long, String) - Method in class com.azure.storage.file.share.ShareFileClient
Uploads a range of bytes from one file to another file.
uploadRangeFromUrlWithResponse(long, long, long, String) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Uploads a range of bytes from one file to another file.
uploadRangeFromUrlWithResponse(long, long, long, String, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Uploads a range of bytes from one file to another file.
uploadRangeFromUrlWithResponse(long, long, long, String, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Uploads a range of bytes from one file to another file.
uploadRangeFromUrlWithResponse(long, long, long, String, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Uploads a range of bytes from one file to another file.
uploadWithResponse(Flux<ByteBuffer>, long, Long) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Uploads a range of bytes to specific of a file in storage file service.
uploadWithResponse(Flux<ByteBuffer>, long, Long, ShareRequestConditions) - Method in class com.azure.storage.file.share.ShareFileAsyncClient
Uploads a range of bytes to specific of a file in storage file service.
uploadWithResponse(InputStream, long, Long, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Uploads a range of bytes to specific of a file in storage file service.
uploadWithResponse(InputStream, long, Long, ShareRequestConditions, Duration, Context) - Method in class com.azure.storage.file.share.ShareFileClient
Uploads a range of bytes to specific of a file in storage file service.

V

valueOf(String) - Static method in enum com.azure.storage.file.share.models.CopyStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.file.share.models.LeaseDurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.file.share.models.LeaseStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.file.share.models.LeaseStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.file.share.models.NtfsFileAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.file.share.models.PermissionCopyModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.file.share.ShareServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.storage.file.share.models.CopyStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.file.share.models.LeaseDurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.file.share.models.LeaseStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.file.share.models.LeaseStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.file.share.models.NtfsFileAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.file.share.models.PermissionCopyModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.storage.file.share.models.ShareErrorCode
 
values() - Static method in enum com.azure.storage.file.share.ShareServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2020 Microsoft Corporation. All rights reserved.