StorageFile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The storage file for the project client.
public class StorageFile
type StorageFile = class
Public Class StorageFile
- Inheritance
-
StorageFile
Properties
| Name | Description |
|---|---|
| CancellationToken |
The cancellation token for the storage operation. |
| Path |
The path of the file in the storage account. |
| RequestId |
The requestId for the storage operation that triggered this event. |
Methods
| Name | Description |
|---|---|
| Delete() |
Deletes the file from the storage account. |
| DeleteAsync() |
Deletes the file from the storage account. |
| Download() |
Downloads the file from the storage account. |
| DownloadAsync() |
Downloads the file from the storage account. |
Operators
| Name | Description |
|---|---|
| Implicit(StorageFile to Response) | |