BigQuery Migration v2 API - Class ObjectNameMappingList (1.0.0)

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

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

Represents a map of name mappings using a list of key:value proto messages of existing name to desired output name.

Inheritance

Object > ObjectNameMappingList

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

ObjectNameMappingList()

public ObjectNameMappingList()

ObjectNameMappingList(ObjectNameMappingList)

public ObjectNameMappingList(ObjectNameMappingList other)
Parameter
NameDescription
otherObjectNameMappingList

Properties

NameMap

public RepeatedField<ObjectNameMapping> NameMap { get; }

The elements of the object name map.

Property Value
TypeDescription
RepeatedField<ObjectNameMapping>