| Package | Description | 
|---|---|
| com.microsoft.azure.storage | 
 This package contains the storage service base classes. 
 | 
| com.microsoft.azure.storage.file | 
 This package contains the storage service file classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CloudFileClient | 
CloudStorageAccount.createCloudFileClient()
Creates a new File service client. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected CloudFileClient | 
CloudFile.fileServiceClient
Represents the file service client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CloudFileClient | 
CloudFileShare.getServiceClient()
Returns the File service client associated with this share. 
 | 
CloudFileClient | 
CloudFileDirectory.getServiceClient()
Returns the File service client associated with this directory. 
 | 
CloudFileClient | 
CloudFile.getServiceClient()
Returns the file service client associated with the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static FileRequestOptions | 
FileRequestOptions.populateAndApplyDefaults(FileRequestOptions options,
                        CloudFileClient client)
Uses the concurrent request count from the specified client if  
null, sets a default value for
 everything else, and sets defaults as defined in the parent class. | 
protected static FileRequestOptions | 
FileRequestOptions.populateAndApplyDefaults(FileRequestOptions options,
                        CloudFileClient client,
                        boolean setStartTime)
Uses the concurrent request count from the specified client if  
null, sets a default value for
 everything else, and sets defaults as defined in the parent class. | 
| Constructor and Description | 
|---|
CloudFileShare(String shareName,
              String snapshotID,
              CloudFileClient client)
Creates an instance of the  
CloudFileShare class using the specified name and client. | 
Copyright © 2019. All rights reserved.