Class LogArchiveDimensionsMapper
Maps archive dimensions to/from model of the particular business system
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)
Namespace: Azos.Sky.Log.Server
Assembly: Azos.Sky.dll
Syntax
public class LogArchiveDimensionsMapper : ApplicationComponent, IDisposable, IApplicationComponent
Constructors
LogArchiveDimensionsMapper(LogReceiverService, IConfigSectionNode)
Declaration
public LogArchiveDimensionsMapper(LogReceiverService director, IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
LogReceiverService | director | |
IConfigSectionNode | node |
Properties
ComponentLogTopic
Declaration
public override string ComponentLogTopic { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
FilterMap(String)
Declaration
public virtual Dictionary<string, string> FilterMap(string archiveDimensions)
Parameters
Type | Name | Description |
---|---|---|
System.String | archiveDimensions |
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
StoreMap(String)
Declaration
public virtual Dictionary<string, string> StoreMap(string archiveDimensions)
Parameters
Type | Name | Description |
---|---|---|
System.String | archiveDimensions |
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Implements
System.IDisposable