Show / Hide Table of Contents

Class SeedConversionWorkspaceRequest

Request message for 'SeedConversionWorkspace' request.

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

Properties

AutoCommit

Should the conversion workspace be committed automatically after the seed operation.

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

DestinationConnectionProfile

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

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

ETag

The ETag of the item.

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

SourceConnectionProfile

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX