ShareFileClient.ExistsAsync(CancellationToken) Method

Definition

The Exists(CancellationToken) operation can be called on a ShareFileClient to see if the associated file exists in the share on the storage account.

public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (System.Threading.CancellationToken cancellationToken = default);

Parameters

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be cancelled.

Returns

Returns true if the file exists.

Remarks

A RequestFailedException will be thrown if a failure occurs.

Applies to

Prodotto Versioni
Azure SDK for .NET Latest, Preview