public sealed class BackgroundJobLogEntry : IMessage<BackgroundJobLogEntry>, IEquatable<BackgroundJobLogEntry>, IDeepCloneable<BackgroundJobLogEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class BackgroundJobLogEntry.
Execution log of a background job.
Implements
IMessageBackgroundJobLogEntry, IEquatableBackgroundJobLogEntry, IDeepCloneableBackgroundJobLogEntry, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
BackgroundJobLogEntry()
public BackgroundJobLogEntry()
BackgroundJobLogEntry(BackgroundJobLogEntry)
public BackgroundJobLogEntry(BackgroundJobLogEntry other)
Parameter | |
---|---|
Name | Description |
other | BackgroundJobLogEntry |
Properties
ApplyJobDetails
public BackgroundJobLogEntry.Types.ApplyJobDetails ApplyJobDetails { get; set; }
Apply job details.
Property Value | |
---|---|
Type | Description |
BackgroundJobLogEntryTypesApplyJobDetails |
CompletionComment
public string CompletionComment { get; set; }
Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.
Property Value | |
---|---|
Type | Description |
string |
CompletionState
public BackgroundJobLogEntry.Types.JobCompletionState CompletionState { get; set; }
Job completion state, i.e. the final state after the job completed.
Property Value | |
---|---|
Type | Description |
BackgroundJobLogEntryTypesJobCompletionState |
ConvertJobDetails
public BackgroundJobLogEntry.Types.ConvertJobDetails ConvertJobDetails { get; set; }
Convert job details.
Property Value | |
---|---|
Type | Description |
BackgroundJobLogEntryTypesConvertJobDetails |
FinishTime
public Timestamp FinishTime { get; set; }
The timestamp when the background job was finished.
Property Value | |
---|---|
Type | Description |
Timestamp |
Id
public string Id { get; set; }
The background job log entry ID.
Property Value | |
---|---|
Type | Description |
string |
ImportRulesJobDetails
public BackgroundJobLogEntry.Types.ImportRulesJobDetails ImportRulesJobDetails { get; set; }
Import rules job details.
Property Value | |
---|---|
Type | Description |
BackgroundJobLogEntryTypesImportRulesJobDetails |
JobDetailsCase
public BackgroundJobLogEntry.JobDetailsOneofCase JobDetailsCase { get; }
Property Value | |
---|---|
Type | Description |
BackgroundJobLogEntryJobDetailsOneofCase |
JobType
public BackgroundJobType JobType { get; set; }
The type of job that was executed.
Property Value | |
---|---|
Type | Description |
BackgroundJobType |
RequestAutocommit
public bool RequestAutocommit { get; set; }
Whether the client requested the conversion workspace to be committed after a successful completion of the job.
Property Value | |
---|---|
Type | Description |
bool |
SeedJobDetails
public BackgroundJobLogEntry.Types.SeedJobDetails SeedJobDetails { get; set; }
Seed job details.
Property Value | |
---|---|
Type | Description |
BackgroundJobLogEntryTypesSeedJobDetails |
StartTime
public Timestamp StartTime { get; set; }
The timestamp when the background job was started.
Property Value | |
---|---|
Type | Description |
Timestamp |