EventContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The content of the event request message.
public class EventContent
type EventContent = class
Public Class EventContent
- Inheritance
-
EventContent
Constructors
EventContent() |
Initializes a new instance of the EventContent class. |
EventContent(String, Nullable<DateTime>, String, Target, Request, Actor, Source) |
Initializes a new instance of the EventContent class. |
Properties
Action |
Gets or sets the action that encompasses the provided event. |
Actor |
Gets or sets the agent that initiated the event. For most situations, this could be from the authorization context of the request. |
Id |
Gets or sets the event ID. |
Request |
Gets or sets the request that generated the event. |
Source |
Gets or sets the registry node that generated the event. Put differently, while the actor initiates the event, the source generates it. |
Target |
Gets or sets the target of the event. |
Timestamp |
Gets or sets the time at which the event occurred. |
Applies to
Azure SDK for .NET