Show / Hide Table of Contents

Class ApplyConversionWorkspaceRequest

Request message for 'ApplyConversionWorkspace' request.

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

Properties

AutoCommit

Optional. Specifies whether the conversion workspace is to be committed automatically after the apply.

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

ConnectionProfile

Optional. Fully qualified (Uri) name of the destination connection profile.

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

DryRun

Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.

Declaration
[JsonProperty("dryRun")]
public virtual bool? DryRun { 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

Filter

Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX