Class StandardMetadata
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
public static class StandardMetadata
Fields
EventId
The unique identifier of an event.
Declaration
public const string EventId = "EventId"
Field Value
String
|
FullName
The full type name of the message payload (i.e. event or command).
Declaration
public const string FullName = "FullName"
Field Value
String
|
Module
The module that a type belongs to.
Declaration
public const string Module = "Module"
Field Value
String
|
Stream
The stream that a type belongs to.
Declaration
public const string Stream = "Stream"
Field Value
String
|
Tenant
The tenant that owns the information.
Declaration
public const string Tenant = "Tenant"
Field Value
String
|
TypeName
The simple type name (without the namespace) of the message payload (i.e. event or command).
Declaration
public const string TypeName = "TypeName"
Field Value
String
|
Version
The Version of an event for an aggregate.
Declaration
public const string Version = "Version"
Field Value
String
|