SpecializedDataLakeExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add easy to discover methods to DataLakePathClient for creating DataLakeFileSystemClient instances.
public static class SpecializedDataLakeExtensions
type SpecializedDataLakeExtensions = class
Public Module SpecializedDataLakeExtensions
- Inheritance
-
SpecializedDataLakeExtensions
Methods
GetParentDirectoryClient(DataLakePathClient) |
Create a new DataLakeDirectoryClient that pointing to this DataLakePathClient's parent directory. The new DataLakeDirectoryClient uses the same request policy pipeline as the DataLakePathClient. |
GetParentFileSystemClient(DataLakePathClient) |
Create a new DataLakeFileSystemClient that pointing to this DataLakePathClient's parent container. The new DataLakeFileSystemClient uses the same request policy pipeline as the DataLakePathClient. |
GetParentServiceClient(DataLakeFileSystemClient) |
Create a new DataLakeFileSystemClient that pointing to this DataLakePathClient's parent container. The new DataLakeFileSystemClient uses the same request policy pipeline as the DataLakePathClient. |
Applies to
Azure SDK for .NET