Webjobs.Extensions.DataLakeGen2
1.0.0.4
See the version list below for details.
dotnet add package Webjobs.Extensions.DataLakeGen2 --version 1.0.0.4
NuGet\Install-Package Webjobs.Extensions.DataLakeGen2 -Version 1.0.0.4
<PackageReference Include="Webjobs.Extensions.DataLakeGen2" Version="1.0.0.4" />
paket add Webjobs.Extensions.DataLakeGen2 --version 1.0.0.4
#r "nuget: Webjobs.Extensions.DataLakeGen2, 1.0.0.4"
// Install Webjobs.Extensions.DataLakeGen2 as a Cake Addin #addin nuget:?package=Webjobs.Extensions.DataLakeGen2&version=1.0.0.4 // Install Webjobs.Extensions.DataLakeGen2 as a Cake Tool #tool nuget:?package=Webjobs.Extensions.DataLakeGen2&version=1.0.0.4
Webjobs.Extensions.DataLakeGen2
Usage
Authorization uses OAuth. ClientId, ClientSecret, TenantId required.
Input binding
[DataLakeGen2Path(
ActiveDirectoryApplicationId = "application id",
ActiveDirectoryApplicationSecret = "application secret",
ActiveDirectoryTenantId = "tenant id"
Path (in the form of <filesystem>@<account>.dfs.core.windows.net/<path to file or directory>) input binding
)]
Input binding can be one of Stream
, string
, byte[]
, DataLakeFileClient
, DataLakeFileClient[]
, DataLakeDirectoryClient
. Input binding of type DataLakeDirectoryClient
doesn't seem very useful, but I've included it for completeness.
Output binding
[return: DataLakeGen2Path(
ActiveDirectoryApplicationId = "application id",
ActiveDirectoryApplicationSecret = "application secret",
ActiveDirectoryTenantId = "tenant id"
Path (in the form of <filesystem>@<account>.dfs.core.windows.net/<path to file or directory>) input binding
)]
Output bunding can be one of string
, byte[]
.
Sources, references, and related work:
https://github.com/Azure/azure-functions-datalake-extension https://github.com/PeterDowdy/Adlg2Helper https://microsoft.github.io/AzureTipsAndTricks/blog/tip247.html https://github.com/Azure/azure-webjobs-sdk/wiki/Creating-custom-input-and-output-bindings
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Azure.Identity (>= 1.1.1)
- Azure.Storage.Files.DataLake (>= 12.2.2)
- Microsoft.Azure.Functions.Extensions (>= 1.0.0)
- Microsoft.Azure.WebJobs (>= 3.0.16)
- Microsoft.Azure.WebJobs.Extensions (>= 3.0.6)
- Microsoft.Extensions.Http (>= 3.1.3)
- Microsoft.SourceLink.GitHub (>= 1.0.0)
- Polly (>= 7.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1.3-develop | 375 | 7/23/2020 |
1.0.1.2-develop | 351 | 7/23/2020 |
1.0.1.1-develop | 363 | 7/23/2020 |
1.0.0.4 | 4,905 | 7/23/2020 |
1.0.0.3 | 514 | 7/23/2020 |
1.0.0.2 | 559 | 7/23/2020 |
1.0.0.1 | 549 | 7/23/2020 |
0.1.0.7-develop | 362 | 7/23/2020 |
0.1.0.6-develop | 345 | 7/20/2020 |