public sealed class ObjectNameMapping : IMessage<ObjectNameMapping>, IEquatable<ObjectNameMapping>, IDeepCloneable<ObjectNameMapping>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class ObjectNameMapping.
Represents a key-value pair of NameMappingKey to NameMappingValue to
represent the mapping of SQL names from the input value to desired output.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation page provides reference information for the `ObjectNameMapping` class within the BigQuery Migration v2 API, specifically for version 1.3.0 of the .NET library."],["The `ObjectNameMapping` class is used to represent a mapping between SQL names, where each pair includes a `NameMappingKey` (Source) and a `NameMappingValue` (Target) that defines how objects will be translated."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `object` class."],["There are two constructors available for the class, `ObjectNameMapping()`, which creates an instance, and `ObjectNameMapping(ObjectNameMapping other)`, which enables the copying of another instance."],["The page also provides links to documentation for previous versions of the same class, from version 1.0.0 up to the latest version 1.5.0."]]],[]]