BigQuery Migration v2 API - Class StartMigrationWorkflowRequest (1.4.0)

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.

Inheritance

object > StartMigrationWorkflowRequest

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

StartMigrationWorkflowRequest()

public StartMigrationWorkflowRequest()

StartMigrationWorkflowRequest(StartMigrationWorkflowRequest)

public StartMigrationWorkflowRequest(StartMigrationWorkflowRequest other)
Parameter
Name Description
other StartMigrationWorkflowRequest

Properties

MigrationWorkflowName

public MigrationWorkflowName MigrationWorkflowName { get; set; }

MigrationWorkflowName-typed view over the Name resource name property.

Property Value
Type Description
MigrationWorkflowName

Name

public string Name { get; set; }

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234

Property Value
Type Description
string