Show / Hide Table of Contents

Class StartMigrationRequest

Request message for DataprocMetastore.StartMigration.

Inheritance
object
StartMigrationRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class StartMigrationRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MigrationExecution

Required. The configuration details for the migration.

Declaration
[JsonProperty("migrationExecution")]
public virtual MigrationExecution MigrationExecution { get; set; }
Property Value
Type Description
MigrationExecution

MigrationExecutionId

Optional. The ID to use for the migration execution, which will become the final component of the migration execution's resource name. If not specified, a UUID will be generated.This value must be between 2 and 63 characters long inclusive, begin with a letter, end with a letter or number, and valid characters are a-z0-9-.

Declaration
[JsonProperty("migrationExecutionId")]
public virtual string MigrationExecutionId { get; set; }
Property Value
Type Description
string

RequestId

Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.

Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX