Shuttle.Recall.SqlServer.EventProcessing
21.0.1-beta
Prefix Reserved
dotnet add package Shuttle.Recall.SqlServer.EventProcessing --version 21.0.1-beta
NuGet\Install-Package Shuttle.Recall.SqlServer.EventProcessing -Version 21.0.1-beta
<PackageReference Include="Shuttle.Recall.SqlServer.EventProcessing" Version="21.0.1-beta" />
<PackageVersion Include="Shuttle.Recall.SqlServer.EventProcessing" Version="21.0.1-beta" />
<PackageReference Include="Shuttle.Recall.SqlServer.EventProcessing" />
paket add Shuttle.Recall.SqlServer.EventProcessing --version 21.0.1-beta
#r "nuget: Shuttle.Recall.SqlServer.EventProcessing, 21.0.1-beta"
#:package Shuttle.Recall.SqlServer.EventProcessing@21.0.1-beta
#addin nuget:?package=Shuttle.Recall.SqlServer.EventProcessing&version=21.0.1-beta&prerelease
#tool nuget:?package=Shuttle.Recall.SqlServer.EventProcessing&version=21.0.1-beta&prerelease
Shuttle.Recall.SqlServer.EventProcessing
A Sql Server implementation of the Shuttle.Recall event projection processing mechanism.
Installation
dotnet add package Shuttle.Recall.SqlServer.EventProcessing
Configuration
services.AddRecall(builder =>
{
builder.UseSqlServerEventProcessing(options =>
{
options.ConnectionString = "connection-string";
});
});
The default JSON settings structure is as follows:
{
"Shuttle": {
"Recall": {
"SqlServer": {
"EventProcessing": {
"ConnectionString": "connection-string",
"Schema": "dbo",
"CommandTimeout": "00:00:30",
"ProjectionPrefetchCount": 100,
"ConfigureDatabase": true,
"MaximumCacheSize": 1000,
"CacheDuration": "00:01:00",
"ProjectionLockTimeout": "00:00:30"
}
}
}
}
}
Database
In order to create the relevant database structures you can use the Shuttle.Recall.SqlServer.EventProcessing.Database console application and provide the connection-string and (optional) schema arguments. Alternatively, you can let the library create the structures by setting the ConfigureDatabase option to true (which is the default).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.1)
- Shuttle.Recall (>= 21.0.1-beta)
- Shuttle.Recall.SqlServer.Storage (>= 21.0.1-beta)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Shuttle.Recall.SqlServer.EventProcessing:
| Package | Downloads |
|---|---|
|
Shuttle.Access.SqlServer
Provides a Sql Server implementation of the data access components used by Shuttle.Access. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 21.0.1-beta | 45 | 2/7/2026 |
| 21.0.0-alpha | 46 | 1/18/2026 |