Class GoogleCloudMetastoreV2alphaStartMigrationRequest
Request message for DataprocMetastore.StartMigration.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2alpha.Data
Assembly: Google.Apis.DataprocMetastore.v2alpha.dll
Syntax
public class GoogleCloudMetastoreV2alphaStartMigrationRequest : 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 GoogleCloudMetastoreV2alphaMigrationExecution MigrationExecution { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudMetastoreV2alphaMigrationExecution |
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 |