public sealed class StartMigrationWorkflowRequest : IMessage<StartMigrationWorkflowRequest>, IEquatable<StartMigrationWorkflowRequest>, IDeepCloneable<StartMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class StartMigrationWorkflowRequest.
A request to start a previously created migration workflow.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `StartMigrationWorkflowRequest` class is part of the BigQuery Migration v2 API, designed to initiate a previously created migration workflow."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["The class has two constructors: a default one and another that accepts another `StartMigrationWorkflowRequest` object for initialization, and it inherits members such as `GetHashCode`, `GetType`, and `ToString` from the `object` base class."],["The `StartMigrationWorkflowRequest` class includes properties like `MigrationWorkflowName` (a typed view) and `Name` (a string), which are used to specify the unique identifier of the workflow to be started."],["The latest version of the documentation can be found in the `1.5.0` version link, followed by previous versions ranging from `1.4.0` to `1.0.0`."]]],[]]