CloudEventEntry Members
Include Protected Members
Include Inherited Members
Applies to: Semantic Logging 2.0
The CloudEventEntry type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateKey |
Create a key for the entity.
|
|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
ToString |
Returns a string that represents the current object.
(Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ActivityId |
Gets or sets the activity id for the event.
|
|
EventDate |
Gets or sets the event date.
|
|
EventId |
Gets or sets the event identifier.
|
|
InstanceName |
Gets or sets the instance name where the entries are generated from.
|
|
Keywords |
Gets or sets the keywords for the event.
|
|
Level |
Gets or sets the level of the event.
|
|
Message |
Gets or sets the message for the event.
|
|
Opcode |
Gets or sets the operation code for the event.
|
|
Payload |
Gets or sets the payload for the event.
|
|
ProcessId |
Gets or sets the process id.
|
|
ProviderId |
Gets or sets the unique identifier for the provider, which is typically the class derived from EventSource.
|
|
ProviderName |
Gets or sets the friendly name of the class that is derived from the event source.
|
|
RelatedActivityId |
Gets or sets the related activity id for the event.
|
|
Task |
Gets or sets the task for the event.
|
|
ThreadId |
Gets or sets the thread id.
|
|
Version |
Gets or sets the version of the event.
|
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.WindowsAzure Namespace