public sealed class EntityMappingLogEntry : IMessage<EntityMappingLogEntry>, IEquatable<EntityMappingLogEntry>, IDeepCloneable<EntityMappingLogEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class EntityMappingLogEntry.
A single record of a rule which was used for a mapping.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `EntityMappingLogEntry` class is 2.5.0, part of the Database Migration v1 API."],["This class provides a record of a rule used for mapping, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EntityMappingLogEntry` class includes properties such as `MappingComment`, `RuleId`, and `RuleRevisionId`, which store information about the mapping comment, the rule that caused the log entry, and the rule revision ID respectively."],["The class has two constructors one default and one that takes a parameter of the same type `EntityMappingLogEntry` allowing you to create a new object from an existing `EntityMappingLogEntry` object."],["The class is part of the `Google.Cloud.CloudDms.V1` namespace, contained within the `Google.Cloud.CloudDms.V1.dll` assembly."]]],[]]