BigQuery Migration v2 API - Class SourceTargetMapping (1.5.0)

public sealed class SourceTargetMapping : IMessage<SourceTargetMapping>, IEquatable<SourceTargetMapping>, IDeepCloneable<SourceTargetMapping>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Migration v2 API class SourceTargetMapping.

Represents one mapping from a source SQL to a target SQL.

Inheritance

object > SourceTargetMapping

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

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