Class ApplyConversionWorkspaceRequest
Request message for 'ApplyConversionWorkspace' request.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ApplyConversionWorkspaceRequest : IDirectResponseSchema
Properties
ConnectionProfile
Fully qualified (Uri) name of the destination connection profile.
Declaration
[JsonProperty("connectionProfile")]
public virtual string ConnectionProfile { 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 |
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 |