Show / Hide Table of Contents

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 Source

AdditionalProperties

Declaration
public Dictionary<string, string> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
| Improve this Doc View Source

Command

Declaration
public JRaw Command { get; set; }
Property Value
Type Description
Newtonsoft.Json.Linq.JRaw
| Improve this Doc View Source

CommandId

Declaration
public string CommandId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CommandType

Declaration
public string CommandType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CorrelationId

Declaration
public string CorrelationId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Depth

Declaration
public int Depth { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DispatchedUtc

Declaration
public DateTime DispatchedUtc { get; set; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
Back to top Generated by DocFX