MockAdlsClient.CreateFileAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une entrée dans le dictionnaire interne pour le nouveau fichier. L’entrée encapsule AclStatus, DirectoryEntry et un flux de mémoire
public override System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.AdlsOutputStream> CreateFileAsync (string filename, Microsoft.Azure.DataLake.Store.IfExists mode, string octalPermission = default, bool createParent = true, System.Threading.CancellationToken cancelToken = default);
override this.CreateFileAsync : string * Microsoft.Azure.DataLake.Store.IfExists * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.AdlsOutputStream>
Public Overrides Function CreateFileAsync (filename As String, mode As IfExists, Optional octalPermission As String = Nothing, Optional createParent As Boolean = true, Optional cancelToken As CancellationToken = Nothing) As Task(Of AdlsOutputStream)
Paramètres
- filename
- String
Nom de fichier
- mode
- IfExists
Si existe hether to overwrite or fail
- octalPermission
- String
Chaîne d’autorisation
- createParent
- Boolean
True si nous créons des répertoires parents- n’a actuellement aucun effet
- cancelToken
- CancellationToken
Jeton d’annulation
Retours
Flux de sortie ADls fictif
S’applique à
Azure SDK for .NET