Class ImportMappingRulesRequest
Request message for 'ImportMappingRules' request.
Implements
Inherited Members
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 |