Azure.DocumentDB.Slazure.Light
1.4.2.1
Slazure is a ORM/ODM type data mapper for schema-free NoSQL databases. Slazure automatically maps data entities between your code and the database data model. This package enables Slazure to work with Azure DocumentDB. Contains Slazure Light edition component.
Install-Package Azure.DocumentDB.Slazure.Light -Version 1.4.2.1
dotnet add package Azure.DocumentDB.Slazure.Light --version 1.4.2.1
<PackageReference Include="Azure.DocumentDB.Slazure.Light" Version="1.4.2.1" />
paket add Azure.DocumentDB.Slazure.Light --version 1.4.2.1
Release Notes
Now uses offer type S2 by default (earlier was S3) for extra performance, and lets you specify offer type in the connection string using "OFFERTYPE=S3" and the like, also, a new offerType attribute has been added to the DynStorage. See https://docs.microsoft.com/en-us/azure/documentdb/documentdb-performance-levels for more information about offer types.
Dependencies
-
- Microsoft.Azure.DocumentDB (>= 1.5.0)
- Newtonsoft.Json (>= 8.0.2)
- Slazure.Core.Light (>= 1.4.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.