BigQuery Migration v2 API - Class TargetSpec (1.5.0)

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

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

Represents one path to the location that holds target data.

Inheritance

object > TargetSpec

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

TargetSpec()

public TargetSpec()

TargetSpec(TargetSpec)

public TargetSpec(TargetSpec other)
Parameter
Name Description
other TargetSpec

Properties

RelativePath

public string RelativePath { get; set; }

The relative path for the target data. Given source file base_uri/input/sql, the output would be target_base_uri/sql/relative_path/input.sql.

Property Value
Type Description
string