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.
Implements
IMessageEntityMappingLogEntry, IEquatableEntityMappingLogEntry, IDeepCloneableEntityMappingLogEntry, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
EntityMappingLogEntry()
public EntityMappingLogEntry()
EntityMappingLogEntry(EntityMappingLogEntry)
public EntityMappingLogEntry(EntityMappingLogEntry other)
Parameter | |
---|---|
Name | Description |
other | EntityMappingLogEntry |
Properties
MappingComment
public string MappingComment { get; set; }
Comment.
Property Value | |
---|---|
Type | Description |
string |
RuleId
public string RuleId { get; set; }
Which rule caused this log entry.
Property Value | |
---|---|
Type | Description |
string |
RuleRevisionId
public string RuleRevisionId { get; set; }
Rule revision ID.
Property Value | |
---|---|
Type | Description |
string |