Represents a Windows Azure File.
The following tables list the members exposed by the CloudFile type.
Public Constructors
| Name | Description | |
|---|---|---|
| CloudFile | Initializes a new instance of the CloudFile class using an absolute URI to the file. |
Public Properties
| Name | Description | |
|---|---|---|
|
Metadata | Gets the user-defined metadata for the file. |
|
Name | Gets the file's name. |
|
Parent | Gets the CloudFileDirectory object representing the parent directory for the file. |
|
Properties | Gets the file's system properties. |
|
ServiceClient | Gets the CloudFileClient object that represents the File service. |
|
Share | Gets a CloudFileShare object representing the file's share. |
|
StorageUri | Gets the absolute URI to the file. |
|
StreamMinimumReadSizeInBytes | Gets or sets the minimum number of bytes to buffer when reading from a file stream. |
|
StreamWriteSizeInBytes | Gets or sets the number of bytes to buffer when writing to a file stream. |
|
Uri | Gets the file's URI. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
|
ClearRangeAsync | Overloaded. |
|
Create | |
|
CreateAsync | Overloaded. |
|
DeleteAsync | Overloaded. |
|
DeleteIfExistsAsync | Overloaded. |
|
DownloadRangeToByteArrayAsync | Overloaded. |
|
DownloadRangeToStreamAsync | Overloaded. |
|
DownloadTextAsync | Overloaded. |
|
DownloadToByteArrayAsync | Overloaded. |
|
DownloadToFileAsync | Overloaded. |
|
DownloadToStreamAsync | Overloaded. |
|
Equals | (Inherited from Object) |
|
ExistsAsync | Overloaded. |
|
FetchAttributesAsync | Overloaded. |
|
GetHashCode | (Inherited from Object) |
|
GetType | (Inherited from Object) |
|
ListRangesAsync | Overloaded. |
|
OpenReadAsync | Overloaded. |
|
OpenWriteAsync | Overloaded. |
|
ResizeAsync | Overloaded. |
|
SetMetadataAsync | Overloaded. |
|
SetPropertiesAsync | Overloaded. |
|
ToString | (Inherited from Object) |
|
UploadFromByteArrayAsync | Overloaded. |
|
UploadFromFileAsync | Overloaded. |
|
UploadFromStreamAsync | Overloaded. |
|
UploadTextAsync | Overloaded. |
|
WriteRangeAsync | Overloaded. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |