Class EventHubAuditItem
Inheritance
System.Object
EventHubAuditItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.AzureEventHub.Model
Assembly: AzureFromTheTrenches.Commanding.AzureEventHub.dll
Syntax
public class EventHubAuditItem
Properties
| Improve this Doc View SourceAdditionalProperties
Declaration
public Dictionary<string, string> AdditionalProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
Command
Declaration
public JRaw Command { get; set; }
Property Value
| Type | Description |
|---|---|
| Newtonsoft.Json.Linq.JRaw |
CommandId
Declaration
public string CommandId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CommandType
Declaration
public string CommandType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Depth
Declaration
public int Depth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DispatchedUtc
Declaration
public DateTime DispatchedUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |