Show / Hide Table of Contents

Class EntityMappingLogEntry

A single record of a rule which was used for a mapping.

Inheritance
object
EntityMappingLogEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class EntityMappingLogEntry : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MappingComment

Comment.

Declaration
[JsonProperty("mappingComment")]
public virtual string MappingComment { get; set; }
Property Value
Type Description
string

RuleId

Which rule caused this log entry.

Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { get; set; }
Property Value
Type Description
string

RuleRevisionId

Rule revision ID.

Declaration
[JsonProperty("ruleRevisionId")]
public virtual string RuleRevisionId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX