Compartir a través de


DataLakePathClient.Create Método

Definición

La Create(PathResourceType, DataLakePathCreateOptions, CancellationToken) operación crea un archivo o directorio. Si la ruta de acceso ya existe, se sobrescribirá. Si no tiene intención de sobrescribir una ruta de acceso existente, considere la posibilidad de usar la CreateIfNotExists(PathResourceType, DataLakePathCreateOptions, CancellationToken) API.

Para obtener más información, vea https://docs.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/path/create.

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

Parámetros

resourceType
PathResourceType

Tipo de recurso de esta ruta de acceso: archivo o directorio.

options
DataLakePathCreateOptions

Parámetros opcionales.

cancellationToken
CancellationToken

Opcional CancellationToken para propagar las notificaciones que debe cancelarse la operación.

Devoluciones

que Response<T> describe la ruta de acceso recién creada.

Comentarios

RequestFailedException Se producirá una excepción si se produce un error.

Se aplica a