DataLakeStoreFrontEndAdapter.DeleteStream(String, Boolean, Boolean) 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.
Supprime un flux existant au niveau du chemin d’accès donné.
public void DeleteStream (string streamPath, bool recurse = false, bool isDownload = false);
abstract member DeleteStream : string * bool * bool -> unit
override this.DeleteStream : string * bool * bool -> unit
Public Sub DeleteStream (streamPath As String, Optional recurse As Boolean = false, Optional isDownload As Boolean = false)
Paramètres
- streamPath
- String
Chemin d’accès relatif au flux.
- recurse
- Boolean
si la valeur est true
[récurse]. Il est utilisé uniquement pour les flux de dossiers.
- isDownload
- Boolean
si la valeur true
est [est téléchargée], ce qui signifie que nous allons supprimer un flux sur l’ordinateur local plutôt que sur le serveur.
Implémente
Exceptions
S’applique à
Azure SDK for .NET