Purview.EventSourcing.AzureStorage 2.0.0-prerelease.32

This is a prerelease version of Purview.EventSourcing.AzureStorage.
dotnet add package Purview.EventSourcing.AzureStorage --version 2.0.0-prerelease.32
                    
NuGet\Install-Package Purview.EventSourcing.AzureStorage -Version 2.0.0-prerelease.32
                    
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="Purview.EventSourcing.AzureStorage" Version="2.0.0-prerelease.32" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Purview.EventSourcing.AzureStorage" Version="2.0.0-prerelease.32" />
                    
Directory.Packages.props
<PackageReference Include="Purview.EventSourcing.AzureStorage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Purview.EventSourcing.AzureStorage --version 2.0.0-prerelease.32
                    
#r "nuget: Purview.EventSourcing.AzureStorage, 2.0.0-prerelease.32"
                    
#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.
#:package Purview.EventSourcing.AzureStorage@2.0.0-prerelease.32
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Purview.EventSourcing.AzureStorage&version=2.0.0-prerelease.32&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Purview.EventSourcing.AzureStorage&version=2.0.0-prerelease.32&prerelease
                    
Install as a Cake Tool

Purview.EventSourcing.AzureStorage

Purview.EventSourcing.AzureStorage adds Azure Table Storage and Blob Storage persistence to Purview EventSourcing.

Install

dotnet add package Purview.EventSourcing.AzureStorage

Register the provider

builder.Services.AddAzureStorageEventStore();

What it provides

  • Azure Table Storage event persistence
  • Azure Blob Storage support for snapshots and large event payloads
  • Configuration binding for the Azure Storage-backed event store

Documentation

Product 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. 
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 Purview.EventSourcing.AzureStorage:

Package Downloads
Purview.EventSourcing.Admin.AzureStorage

Azure Storage query adapters for Purview EventSourcing Admin Portal.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-prerelease.32 6 9/15/2026
2.0.0-prerelease.31 57 9/12/2026
2.0.0-prerelease.30 66 9/8/2026
2.0.0-prerelease.29 84 8/3/2026
2.0.0-prerelease.28 75 7/20/2026
2.0.0-prerelease.27 58 7/20/2026
2.0.0-prerelease.26 63 7/20/2026
2.0.0-prerelease.25 63 7/20/2026
2.0.0-prerelease.23 61 7/20/2026
2.0.0-prerelease.22 66 7/19/2026
2.0.0-prerelease.21 83 6/26/2026
2.0.0-prerelease.20 76 6/26/2026
2.0.0-prerelease.19 73 6/26/2026
2.0.0-prerelease.18 81 6/25/2026
2.0.0-prerelease.16 86 6/23/2026
2.0.0-prerelease.15 86 6/22/2026
2.0.0-prerelease.14 82 6/22/2026
2.0.0-prerelease.13 79 6/21/2026
2.0.0-prerelease.4 99 6/17/2026
2.0.0-prerelease.3 71 6/17/2026
Loading failed