AspireDataLakeExtensions
Class static net8.0
Provides extension methods for registering
DataLake.DataLakeServiceClient as a singleton in the services provided by the Hosting.IHostApplicationBuilder. namespace Microsoft.Extensions.Hosting;
public static class AspireDataLakeExtensions{ // ...}Methods4
Section titled MethodsAddAzureDataLakeFileSystemClient(IHostApplicationBuilder, string, Action<AzureDataLakeFileSystemSettings>, Action<IAzureClientBuilder<DataLakeFileSystemClient, DataLakeClientOptions>>)extension Registers
DataLake.DataLakeFileSystemClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddAzureDataLakeServiceClient(IHostApplicationBuilder, string, Action<AzureDataLakeSettings>, Action<IAzureClientBuilder<DataLakeServiceClient, DataLakeClientOptions>>)extension Registers
DataLake.DataLakeServiceClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddKeyedAzureDataLakeFileSystemClient(IHostApplicationBuilder, string, Action<AzureDataLakeFileSystemSettings>, Action<IAzureClientBuilder<DataLakeFileSystemClient, DataLakeClientOptions>>)extension Registers
DataLake.DataLakeFileSystemClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddKeyedAzureDataLakeServiceClient(IHostApplicationBuilder, string, Action<AzureDataLakeSettings>, Action<IAzureClientBuilder<DataLakeServiceClient, DataLakeClientOptions>>)extension Registers
DataLake.DataLakeServiceClient as a singleton for given name in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry.