Show / Hide Table of Contents

Class ConvertConversionWorkspaceRequest

Request message for 'ConvertConversionWorkspace' request.

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

Properties

AutoCommit

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

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

ConvertFullPath

Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.

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

Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style 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