Closed hankbeasley closed 6 years ago
Have you tried these two APIs? AdlsClient.GetDirectoryEntryAsync(String, UserGroupRepresentation, CancellationToken) AdlsClient.GetDirectoryEntry(String, UserGroupRepresentation, CancellationToken)
They work for both files and directories. And the returned DirectoryEntry has a property called "LastModifiedTime"
Thanks @Vivihung. Yes AdlsClient.GetDirectoryEntryAsync will meet your needs.
Have you tried these two APIs? AdlsClient.GetDirectoryEntryAsync(String, UserGroupRepresentation, CancellationToken) AdlsClient.GetDirectoryEntry(String, UserGroupRepresentation, CancellationToken)
They work for both files and directories. And the returned DirectoryEntry has a property called "LastModifiedTime"