Metadata
The Metadata object.
Gets or sets the application.
Gets or sets the correlation identifier.
A customizable Dictionary of data the user can set to anything they want that isn't included as a Property of Metadata.
Gets or sets the name of the host.
Gets or sets the type of the measure.
Gets or sets the name of the measure.
OperationContext from AmbientOperation. The data is set directly from AmbientOperation. The user might not modify this.
OperationID from AmbientOperation. The data might not be modified by user.
Gets or sets the source identifier.
Gets or sets the name of the source.
Gets or sets the sub system.
Gets or sets the system.
Gets the time stamp. Set internally when a metric is recorded.
Gets or sets the workspace guid.
public Metadata()
Initializes a new instance of the Metadata class.
public Metadata(string system = "", string subSystem = "", string application = "", Guid sourceID = default, string sourceName = "", Dictionary<string, object> customData = null)
Initializes a new instance of the Metadata class. The HostName, Timestamp
Initializes a new instance of the #ctor class.
Initializes a new instance of the Metadata class.