Classes
Class | Description | |
---|---|---|
CloudFile |
Represents a file in the Windows Azure File service. |
|
CloudFileClient |
Provides a client-side logical representation of the Windows Azure File service. This client is used to configure and execute requests against the File service. |
|
CloudFileDirectory |
Represents a directory of files, designated by a delimiter character. |
|
CloudFileShare |
Represents a share in the Windows Azure File service. |
|
CloudFileStream |
Represents a stream for writing to a file. |
|
FileContinuationToken |
Represents a continuation token for listing operations. |
|
FileDirectoryProperties |
Represents the system properties for a directory. |
|
FileProperties |
Represents the system properties for a file. |
|
FileRange |
Represents a range in a file. |
|
FileRequestOptions |
Represents a set of timeout and retry policy options that may be specified for a request against the File service. |
|
FileResultSegment |
Represents a segment of IListFileItem results, with continuation information for pagination scenarios. |
|
FileSharePermissions |
Represents the permissions for a share. |
|
FileShareProperties |
Represents the system properties for a share. |
|
SharedAccessFileHeaders |
Represents the optional headers that can be returned with files accessed using SAS. |
|
SharedAccessFilePolicies |
Represents the collection of shared access policies defined for a share. |
|
SharedAccessFilePolicy |
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature. |
|
ShareResultSegment |
Represents a segment of CloudFileShare results and contains continuation and pagination information. |
Interfaces
Interface | Description | |
---|---|---|
IListFileItem |
Represents an item that may be returned by a file listing operation. |
Enumerations
Enumeration | Description | |
---|---|---|
FileSharePublicAccessType |
Specifies the level of public access that is allowed on the share. |
|
SharedAccessFilePermissions |
Specifies the set of possible permissions for a shared access policy. |
|
ShareListingDetails |
Specifies which details to include when listing the shares in this storage account. |