Microsoft.Azure.EventGrid
3.0.0
See the version list below for details.
dotnet add package Microsoft.Azure.EventGrid --version 3.0.0
NuGet\Install-Package Microsoft.Azure.EventGrid -Version 3.0.0
<PackageReference Include="Microsoft.Azure.EventGrid" Version="3.0.0" />
paket add Microsoft.Azure.EventGrid --version 3.0.0
#r "nuget: Microsoft.Azure.EventGrid, 3.0.0"
// Install Microsoft.Azure.EventGrid as a Cake Addin
#addin nuget:?package=Microsoft.Azure.EventGrid&version=3.0.0
// Install Microsoft.Azure.EventGrid as a Cake Tool
#tool nuget:?package=Microsoft.Azure.EventGrid&version=3.0.0
This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
- Microsoft.Rest.ClientRuntime (>= 2.3.16 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.17 && < 4.0.0)
- Newtonsoft.Json (>= 6.0.8)
-
.NETStandard 1.4
- Microsoft.Rest.ClientRuntime (>= 2.3.16 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.17 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Net.Http (>= 4.3.0)
NuGet packages (24)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.EventGrid:
Package | Downloads |
---|---|
Relay.Web
A web framework built for .NET Core |
|
Relay.Core.Plugins.Azure
Plugins available for the Core framework |
|
Relay.Microservices
A microservice framework built for .NET Core |
|
Arcus.EventGrid
Provides core capabilities for using Event Grid with Arcus |
|
Hochfrequenz.sharedAzureHelper
Helper classes to interact with Hochfrequenzes azure services |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Microsoft.Azure.EventGrid:
Repository | Stars |
---|---|
mspnp/cloud-design-patterns
Prescriptive Architecture Guidance for Cloud Applications
|
|
BotBuilderCommunity/botbuilder-community-dotnet
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
|
|
microsoft/IgniteTheTour
Microsoft Ignite The Tour
|
|
Azure-Samples/Serverless-Eventing-Platform-for-Microservices
This solution is a personal knowledge management system and it allows users to upload text, images, and audio into categories. Each of these types of data is managed by a dedicated microservice built on Azure serverless technologies including Azure Functions and Cognitive Services. The web front-end communicates with the microservices through a SignalR-to-Event Grid bridge, allowing for real-time reactive UI updates based on the microservice updates. Each microservice is built and deployed independently using VSTS’s build and release management system, and use a variety of Azure-native data storage technologies.
|
Version | Downloads | Last updated | |
---|---|---|---|
3.2.1 | 1,176,496 | 6/15/2021 | |
3.2.0 | 5,805,046 | 5/23/2019 | |
3.1.0 | 611,072 | 4/18/2019 | |
3.0.0 | 904,731 | 10/26/2018 | |
2.0.0 | 295,514 | 8/28/2018 | |
1.4.0 | 119,870 | 7/10/2018 | |
1.3.0 | 2,684,718 | 5/23/2018 | |
1.2.0 | 62,582 | 4/30/2018 | |
1.1.0-preview | 47,602 | 1/25/2018 | |
1.0.0-preview | 1,083 | 1/16/2018 |
Added support for the new Azure Media Services event types for tracking state changes of Media Jobs and Media JobOutputs. The existing MediaJobStateChangeEvent can be used to get all state change events for a Job but there are now separate events for each state like MediaJobScheduledEvent, MediaJobFinishedEvent, etc. These allow subscribing for just the desired events. Likewise a MediaJobOutputStateChangeEvent was added to get events for all MediaJobOutput state changes along with individual events for each JobOutput state. This change also adds support for events related to Media LiveEvents to get notifications related to the ingestion of live streams (encoder connected, encoder disconnected, discontinuity, chunk dropped, etc). Note JobState was renamed to MediaJobState to follow the Media prefix that all of the other Media Services Event classes use. This is a breaking change, albeit a small one.