ServiceQuery.AzureDataTables
1.0.8
See the version list below for details.
dotnet add package ServiceQuery.AzureDataTables --version 1.0.8
NuGet\Install-Package ServiceQuery.AzureDataTables -Version 1.0.8
<PackageReference Include="ServiceQuery.AzureDataTables" Version="1.0.8" />
paket add ServiceQuery.AzureDataTables --version 1.0.8
#r "nuget: ServiceQuery.AzureDataTables, 1.0.8"
// Install ServiceQuery.AzureDataTables as a Cake Addin #addin nuget:?package=ServiceQuery.AzureDataTables&version=1.0.8 // Install ServiceQuery.AzureDataTables as a Cake Tool #tool nuget:?package=ServiceQuery.AzureDataTables&version=1.0.8
Welcome to Service Query
Service Query allows dynamic querying of data over service boundaries. Visit http://ServiceQuery.com to learn more.
Overview
Service Query provides a light-weight model for building complex query expressions that can be serialized for REST API usage. It is a thin abstraction layer that is storage provider agnostic. It dynamically builds Linq expressions and functions supporting IQueryable integration. The model allows mapping of property names so you can perform any translations needed quickly.
About this Package
This package provides a wrapper for the Azure.Data.Tables NuGet package.
Usage
- Use the ServiceQueryRequestBuilder object to create a request.
- Get a configured TableClient from Azure.Data.Tables
- Execute the request and return the response
var request = ServiceQueryBuilder.New().Build(); var response = request.Execute(tableClient);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. 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.0
- Azure.Data.Tables (>= 12.8.0)
- ServiceQuery (>= 1.0.8)
-
.NETStandard 2.1
- Azure.Data.Tables (>= 12.8.0)
- ServiceQuery (>= 1.0.8)
-
net6.0
- Azure.Data.Tables (>= 12.8.0)
- ServiceQuery (>= 1.0.8)
-
net7.0
- Azure.Data.Tables (>= 12.8.0)
- ServiceQuery (>= 1.0.8)
-
net8.0
- Azure.Data.Tables (>= 12.8.0)
- ServiceQuery (>= 1.0.8)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ServiceQuery.AzureDataTables:
Package | Downloads |
---|---|
ServiceBricks.Storage.AzureDataTables
The open source microservices platform. Visit https://ServiceBricks.com to learn more. |
|
ServiceBricks.Core
The open source microservices platform. Visit https://ServiceBricks.com to learn more. |
GitHub repositories
This package is not used by any popular GitHub repositories.