Partager via


DataLakeStoreFrontEndAdapter.StreamExists(String, Boolean) Méthode

Définition

Détermine si le flux avec le chemin donné existe.

public bool StreamExists (string streamPath, bool isDownload = false);
abstract member StreamExists : string * bool -> bool
override this.StreamExists : string * bool -> bool
Public Function StreamExists (streamPath As String, Optional isDownload As Boolean = false) As Boolean

Paramètres

streamPath
String

Chemin d’accès relatif au flux.

isDownload
Boolean

si défini sur true [est téléchargé], ce qui signifie que nous allons tester si le flux existe sur l’ordinateur local plutôt que sur le serveur.

Retours

True si le flux existe, false sinon.

Implémente

Exceptions

S’applique à