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.
Implements
IMessage<SourceEnv>, IEquatable<SourceEnv>, IDeepCloneable<SourceEnv>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
SourceEnv()
public SourceEnv()
SourceEnv(SourceEnv)
public SourceEnv(SourceEnv other)
Parameter | |
---|---|
Name | Description |
other | SourceEnv |
Properties
DefaultDatabase
public string DefaultDatabase { get; set; }
The default database name to fully qualify SQL objects when their database name is missing.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<String> |