Database Migration v1 API - Class EntityMappingLogEntry (2.4.0)

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.

Inheritance

object > EntityMappingLogEntry

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

EntityMappingLogEntry()

public EntityMappingLogEntry()

EntityMappingLogEntry(EntityMappingLogEntry)

public EntityMappingLogEntry(EntityMappingLogEntry other)
Parameter
NameDescription
otherEntityMappingLogEntry

Properties

MappingComment

public string MappingComment { get; set; }

Comment.

Property Value
TypeDescription
string

RuleId

public string RuleId { get; set; }

Which rule caused this log entry.

Property Value
TypeDescription
string

RuleRevisionId

public string RuleRevisionId { get; set; }

Rule revision ID.

Property Value
TypeDescription
string