public sealed class SourceTargetMapping : IMessage<SourceTargetMapping>, IEquatable<SourceTargetMapping>, IDeepCloneable<SourceTargetMapping>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Migration v2 API class SourceTargetMapping.
Represents one mapping from a source SQL to a target SQL.
Implements
IMessageSourceTargetMapping, IEquatableSourceTargetMapping, IDeepCloneableSourceTargetMapping, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
SourceTargetMapping()
public SourceTargetMapping()SourceTargetMapping(SourceTargetMapping)
public SourceTargetMapping(SourceTargetMapping other)| Parameter | |
|---|---|
| Name | Description |
other |
SourceTargetMapping |
Properties
SourceSpec
public SourceSpec SourceSpec { get; set; }The source SQL or the path to it.
| Property Value | |
|---|---|
| Type | Description |
SourceSpec |
|
TargetSpec
public TargetSpec TargetSpec { get; set; }The target SQL or the path for it.
| Property Value | |
|---|---|
| Type | Description |
TargetSpec |
|