StorageCloudBlobCmdletBase.isDirectory(PathProperties) Method

Definition

decide if a object represent a folder of datalake gen2

public static bool isDirectory (Azure.Storage.Files.DataLake.Models.PathProperties fileProperties);
static member isDirectory : Azure.Storage.Files.DataLake.Models.PathProperties -> bool
Public Shared Function isDirectory (fileProperties As PathProperties) As Boolean

Parameters

fileProperties
PathProperties

the PathProperties of the datalakeGen2 Object

Returns

return true if it represent a folder of datalake gen2

Applies to