BigQuery Migration v2 API - Class NameMappingKey (1.1.0)

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

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

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

Inheritance

object > NameMappingKey

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.MigrationV2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

NameMappingKey()

public NameMappingKey()

NameMappingKey(NameMappingKey)

public NameMappingKey(NameMappingKey other)
Parameter
NameDescription
otherNameMappingKey

Properties

Attribute

public string Attribute { get; set; }

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

Property Value
TypeDescription
string

Database

public string Database { get; set; }

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

Property Value
TypeDescription
string

Relation

public string Relation { get; set; }

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

Property Value
TypeDescription
string

Schema

public string Schema { get; set; }

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

Property Value
TypeDescription
string

Type

public NameMappingKey.Types.Type Type { get; set; }

The type of object that is being mapped.

Property Value
TypeDescription
NameMappingKeyTypesType