Partager via


DataLakeFileClient.CreateAsync Méthode

Définition

L’opération CreateAsync(DataLakePathCreateOptions, CancellationToken) crée un fichier. Si le fichier existe déjà, il sera remplacé. Si vous n’avez pas l’intention de remplacer un fichier existant, envisagez d’utiliser l’API CreateIfNotExistsAsync(DataLakePathCreateOptions, CancellationToken) .

Pour plus d’informations, consultez https://docs.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/path/create.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.Models.PathInfo>> CreateAsync (Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions options = default, System.Threading.CancellationToken cancellationToken = default);
override this.CreateAsync : Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.Models.PathInfo>>
Public Overridable Function CreateAsync (Optional options As DataLakePathCreateOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PathInfo))

Paramètres

options
DataLakePathCreateOptions

Paramètres facultatifs.

cancellationToken
CancellationToken

Facultatif CancellationToken pour propager des notifications indiquant que l’opération doit être annulée.

Retours

Response<T> décrivant le fichier nouvellement créé.

Remarques

Un RequestFailedException sera levée en cas d’échec.

S’applique à