Share via


StorageFile Class

Definition

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)

Applies to