Show / Hide Table of Contents

Class ImportMappingRulesRequest

Request message for 'ImportMappingRules' request.

Inheritance
object
ImportMappingRulesRequest
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 ImportMappingRulesRequest : IDirectResponseSchema

Properties

AutoCommit

Required. Should the conversion workspace be committed automatically after the import operation.

Declaration
[JsonProperty("autoCommit")]
public virtual bool? AutoCommit { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

RulesFiles

Required. One or more rules files.

Declaration
[JsonProperty("rulesFiles")]
public virtual IList<RulesFile> RulesFiles { get; set; }
Property Value
Type Description
IList<RulesFile>

RulesFormat

Required. The format of the rules content file.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX