BigQuery Migration v2 API - Class NameMappingValue (1.3.0)

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

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

The potential components of a full name mapping that will be mapped during translation in the target data warehouse.

Inheritance

object > NameMappingValue

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

NameMappingValue()

public NameMappingValue()

NameMappingValue(NameMappingValue)

public NameMappingValue(NameMappingValue other)
Parameter
NameDescription
otherNameMappingValue

Properties

Attribute

public string Attribute { get; set; }

The attribute name (BigQuery column equivalent in the target data warehouse).

Property Value
TypeDescription
string

Database

public string Database { get; set; }

The database name (BigQuery project ID equivalent in the target data warehouse).

Property Value
TypeDescription
string

Relation

public string Relation { get; set; }

The relation name (BigQuery table or view equivalent in the target data warehouse).

Property Value
TypeDescription
string

Schema

public string Schema { get; set; }

The schema name (BigQuery dataset equivalent in the target data warehouse).

Property Value
TypeDescription
string