public sealed class MigrationServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the BigQuery Migration v2 API class MigrationServiceSettings.
Settings for MigrationServiceClient instances.
Namespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
MigrationServiceSettings()
public MigrationServiceSettings()
Constructs a new MigrationServiceSettings object with default settings.
Properties
CreateMigrationWorkflowSettings
public CallSettings CreateMigrationWorkflowSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.CreateMigrationWorkflow
and
MigrationServiceClient.CreateMigrationWorkflowAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteMigrationWorkflowSettings
public CallSettings DeleteMigrationWorkflowSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.DeleteMigrationWorkflow
and
MigrationServiceClient.DeleteMigrationWorkflowAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetMigrationSubtaskSettings
public CallSettings GetMigrationSubtaskSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.GetMigrationSubtask
and MigrationServiceClient.GetMigrationSubtaskAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetMigrationWorkflowSettings
public CallSettings GetMigrationWorkflowSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.GetMigrationWorkflow
and MigrationServiceClient.GetMigrationWorkflowAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListMigrationSubtasksSettings
public CallSettings ListMigrationSubtasksSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.ListMigrationSubtasks
and MigrationServiceClient.ListMigrationSubtasksAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListMigrationWorkflowsSettings
public CallSettings ListMigrationWorkflowsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.ListMigrationWorkflows
and
MigrationServiceClient.ListMigrationWorkflowsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
StartMigrationWorkflowSettings
public CallSettings StartMigrationWorkflowSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.StartMigrationWorkflow
and
MigrationServiceClient.StartMigrationWorkflowAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public MigrationServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
MigrationServiceSettings |
A deep clone of this MigrationServiceSettings object. |
GetDefault()
public static MigrationServiceSettings GetDefault()
Get a new instance of the default MigrationServiceSettings.
Returns | |
---|---|
Type | Description |
MigrationServiceSettings |
A new instance of the default MigrationServiceSettings. |