DataLakeStoreFrontEndAdapter.IsDirectory(String) メソッド

定義

サーバー上の指定されたパスを持つストリームがディレクトリか終了ファイルかを判断します。 これはダウンロード専用に使用されます。

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

パラメーター

streamPath
String

ストリームへの相対パス。

戻り値

ストリームがディレクトリの場合は True、それ以外の場合は false。

実装

例外

適用対象