Partager via


DataLakeStoreFrontEndAdapter.DeleteStream(String, Boolean, Boolean) Méthode

Définition

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 à