Azure.Storage.Slazure
1.1.1
See the version list below for details.
dotnet add package Azure.Storage.Slazure --version 1.1.1
NuGet\Install-Package Azure.Storage.Slazure -Version 1.1.1
<PackageReference Include="Azure.Storage.Slazure" Version="1.1.1" />
paket add Azure.Storage.Slazure --version 1.1.1
#r "nuget: Azure.Storage.Slazure, 1.1.1"
// Install Azure.Storage.Slazure as a Cake Addin #addin nuget:?package=Azure.Storage.Slazure&version=1.1.1 // Install Azure.Storage.Slazure as a Cake Tool #tool nuget:?package=Azure.Storage.Slazure&version=1.1.1
Slazure is a powerful dynamically typed data client library that allows for schema-free access to the Microsoft® Azure Table Service.
Reduce development time by writing less code. Slazure's schema-free approach to data eliminates the need for strongly typed entity definitions, ORM's, and ODM's - with Slazure, your code defines your schema.
Run dynamically typed declarative queries on a schema-free data model. Compose dynamically typed LINQ-queries on the fly at run-time with Slazure's powerful Linq Provider.
Writing high-performance queries is easy with Slazure's query optimizer
The Slazure Linq Provider's query optimizer builds fast OData queries that retrieves only what is requested. Retrieve only the entity properties you need with query projections rather that the whole entity. Retrieve only a subset of the data set rather than the whole set. Skip part of the data set rather than reading from the beginning. Order entities on the storage before they are retrieved rather than retrieving the whole data set and sorting it afterwards.
Slazure's Dynamic Expression API supports Substitution Values through a parameter array. The expression language supports Logical & Additive operators. Accessible types support method & constructor invocations. Use the object model API to query the storage.
See also the free Slazure Light edition.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Partial.Key.Verification (>= 1.0.0)
- WindowsAzure.Storage (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed a Slazure data model query bug. Fixed a bug when uninstalling Slazure.