ServiceQuery.AzureDataTables 1.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package ServiceQuery.AzureDataTables --version 1.0.6
NuGet\Install-Package ServiceQuery.AzureDataTables -Version 1.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ServiceQuery.AzureDataTables" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ServiceQuery.AzureDataTables --version 1.0.6
#r "nuget: ServiceQuery.AzureDataTables, 1.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ServiceQuery.AzureDataTables as a Cake Addin
#addin nuget:?package=ServiceQuery.AzureDataTables&version=1.0.6

// Install ServiceQuery.AzureDataTables as a Cake Tool
#tool nuget:?package=ServiceQuery.AzureDataTables&version=1.0.6

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

  1. Use the ServiceQueryRequestBuilder object to create a request.
  2. Get a configured TableClient from Azure.Data.Tables
  3. Execute the request and return the response

var request = ServiceQueryBuilder.New().Build(); var response = request.Execute(tableClient);

Product 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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ServiceQuery.AzureDataTables:

Package Downloads
ServiceBricks.Storage.AzureDataTables

ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 563 4/21/2024
2.1.0 99 4/14/2024
2.0.1 107 2/20/2024
2.0.0 87 2/13/2024
1.0.8 102 2/8/2024
1.0.6 155 7/7/2023
1.0.5 362 7/1/2023
1.0.4 135 6/30/2023