| Package | Description | 
|---|---|
| com.microsoft.azure.storage | 
 This package contains the storage service base classes. 
 | 
| com.microsoft.azure.storage.blob | 
 This package contains the storage service blob classes. 
 | 
| com.microsoft.azure.storage.file | 
 This package contains the storage service file classes. 
 | 
| Class and Description | 
|---|
| CloudFileClient
 Provides a client for accessing the Microsoft Azure File service. 
 | 
| Class and Description | 
|---|
| CloudFile
 Represents a Microsoft Azure File. 
 | 
| Class and Description | 
|---|
| CloudFile
 Represents a Microsoft Azure File. 
 | 
| CloudFileClient
 Provides a client for accessing the Microsoft Azure File service. 
 | 
| CloudFileDirectory
 Represents a virtual directory of files. 
 | 
| CloudFileShare
 Represents a share in the Microsoft Azure File service. 
 | 
| CopyState
 Represents the attributes of a copy operation. 
 | 
| CopyStatus
 Represents the status of a copy file operation. 
 | 
| DeleteShareSnapshotsOption
 Specifies options when calling the delete share operation. 
 | 
| FileDirectoryProperties
 Represents the system properties for a directory. 
 | 
| FileInputStream
 Provides an input stream to read a given file resource. 
 | 
| FileOutputStream
 The class is an append-only stream for writing into storage. 
 | 
| FileProperties
 Represents the system properties for a file. 
 | 
| FileRange
 Represents a range of bytes in a file. 
 | 
| FileRequestOptions
 Represents a set of options that may be specified on a request. 
 | 
| FileServiceProperties
 Class representing a set of properties pertaining to the Azure File service. 
 | 
| FileSharePermissions
 Represents the permissions for a share. 
 | 
| FileShareProperties
 Represents the system properties for a share. 
 | 
| ListFileItem
 Represents an item that may be returned by a file listing operation. 
 | 
| SharedAccessFileHeaders
 Represents the optional headers that can be returned with files accessed using SAS. 
 | 
| SharedAccessFilePermissions
 Specifies the set of possible permissions for a shared access policy. 
 | 
| SharedAccessFilePolicy
 Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access
 signature. 
 | 
| ShareListingDetails
 Specifies which details to include when listing the shares in this storage account. 
 | 
| ShareStats
 Class representing a set of statistics pertaining to a cloud file share. 
 | 
/** 
* Copyright Microsoft Corporation 
* 
* Licensed under the Apache License, Version 2.0 (the "License"); 
* you may not use this file except in compliance with the License. 
* You may obtain a copy of the License at 
* http://www.apache.org/licenses/LICENSE-2.0 
* 
* Unless required by applicable law or agreed to in writing, software 
* distributed under the License is distributed on an "AS IS" BASIS, 
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
* See the License for the specific language governing permissions and 
* limitations under the License. 
*/