public sealed class SearchBackgroundJobsRequest : IMessage<SearchBackgroundJobsRequest>, IEquatable<SearchBackgroundJobsRequest>, IDeepCloneable<SearchBackgroundJobsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class SearchBackgroundJobsRequest.
Request message for 'SearchBackgroundJobs' request.
Implements
IMessageSearchBackgroundJobsRequest, IEquatableSearchBackgroundJobsRequest, IDeepCloneableSearchBackgroundJobsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
SearchBackgroundJobsRequest()
public SearchBackgroundJobsRequest()SearchBackgroundJobsRequest(SearchBackgroundJobsRequest)
public SearchBackgroundJobsRequest(SearchBackgroundJobsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchBackgroundJobsRequest |
Properties
CompletedUntilTime
public Timestamp CompletedUntilTime { get; set; }Optional. If provided, only returns jobs that completed until (not including) the given timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
ConversionWorkspace
public string ConversionWorkspace { get; set; }Required. Name of the conversion workspace resource whose jobs are listed, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ConversionWorkspaceAsConversionWorkspaceName
public ConversionWorkspaceName ConversionWorkspaceAsConversionWorkspaceName { get; set; }ConversionWorkspaceName-typed view over the ConversionWorkspace resource name property.
| Property Value | |
|---|---|
| Type | Description |
ConversionWorkspaceName |
|
MaxSize
public int MaxSize { get; set; }Optional. The maximum number of jobs to return. The service may return fewer than this value. If unspecified, at most 100 jobs are returned. The maximum value is 100; values above 100 are coerced to 100.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ReturnMostRecentPerJobType
public bool ReturnMostRecentPerJobType { get; set; }Optional. Whether or not to return just the most recent job per job type,
| Property Value | |
|---|---|
| Type | Description |
bool |
|