Cassandra.NetCore.ORM
1.0.5
See the version list below for details.
dotnet add package Cassandra.NetCore.ORM --version 1.0.5
NuGet\Install-Package Cassandra.NetCore.ORM -Version 1.0.5
<PackageReference Include="Cassandra.NetCore.ORM" Version="1.0.5" />
<PackageVersion Include="Cassandra.NetCore.ORM" Version="1.0.5" />
<PackageReference Include="Cassandra.NetCore.ORM" />
paket add Cassandra.NetCore.ORM --version 1.0.5
#r "nuget: Cassandra.NetCore.ORM, 1.0.5"
#:package Cassandra.NetCore.ORM@1.0.5
#addin nuget:?package=Cassandra.NetCore.ORM&version=1.0.5
#tool nuget:?package=Cassandra.NetCore.ORM&version=1.0.5
feat:
- Index creation added
- The composite partition key handling
- The clustering key
- The composite clustering key
A primary key uniquely identifies a row. A composite key is a key formed from multiple columns. A partition key is a primary lookup to find a set of rows, i.e. a partition. A clustering key is the part of the primary key that isn't the partition key (and defines the ordering within a partition). Examples:
PRIMARY KEY (a): The partition key is a. PRIMARY KEY (a, b): The partition key is a clustering key is b. PRIMARY KEY ((a, b)): The composite partition key is (a, b). PRIMARY KEY (a, b, c): The partition key is the composite clustering key is (b, c). PRIMARY KEY ((a, b), c): The composite partition key is (a, b), the clustering key is c. PRIMARY KEY ((a, b), c, d): The composite partition key is (a, b), the composite clustering key is (c, d).
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- CassandraCSharpDriver (>= 3.16.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.