BigQuery Migration v2 API - Class SourceEnv (1.0.0)

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

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

Represents the default source environment values for the translation.

Inheritance

Object > SourceEnv

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

SourceEnv()

public SourceEnv()

SourceEnv(SourceEnv)

public SourceEnv(SourceEnv other)
Parameter
NameDescription
otherSourceEnv

Properties

DefaultDatabase

public string DefaultDatabase { get; set; }

The default database name to fully qualify SQL objects when their database name is missing.

Property Value
TypeDescription
String

SchemaSearchPath

public RepeatedField<string> SchemaSearchPath { get; }

The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.

Property Value
TypeDescription
RepeatedField<String>