Partager via


DataLakeStoreFrontEndAdapter.IsDirectory(String) Méthode

Définition

Détermine si le flux avec le chemin donné sur le serveur est un répertoire ou un fichier de fin. Il est utilisé exclusivement pour le téléchargement.

public bool IsDirectory (string streamPath);
abstract member IsDirectory : string -> bool
override this.IsDirectory : string -> bool
Public Function IsDirectory (streamPath As String) As Boolean

Paramètres

streamPath
String

Chemin d’accès relatif au flux.

Retours

True si le flux est un répertoire, false dans le cas contraire.

Implémente

Exceptions

S’applique à