Database Migration v1 API - Class BackgroundJobLogEntry (2.3.0)

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.

Inheritance

object > BackgroundJobLogEntry

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

BackgroundJobLogEntry()

public BackgroundJobLogEntry()

BackgroundJobLogEntry(BackgroundJobLogEntry)

public BackgroundJobLogEntry(BackgroundJobLogEntry other)
Parameter
NameDescription
otherBackgroundJobLogEntry

Properties

ApplyJobDetails

public BackgroundJobLogEntry.Types.ApplyJobDetails ApplyJobDetails { get; set; }

Output only. Apply job details.

Property Value
TypeDescription
BackgroundJobLogEntryTypesApplyJobDetails

CompletionComment

public string CompletionComment { get; set; }

Output only. Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.

Property Value
TypeDescription
string

CompletionState

public BackgroundJobLogEntry.Types.JobCompletionState CompletionState { get; set; }

Output only. Job completion state, i.e. the final state after the job completed.

Property Value
TypeDescription
BackgroundJobLogEntryTypesJobCompletionState

ConvertJobDetails

public BackgroundJobLogEntry.Types.ConvertJobDetails ConvertJobDetails { get; set; }

Output only. Convert job details.

Property Value
TypeDescription
BackgroundJobLogEntryTypesConvertJobDetails

FinishTime

public Timestamp FinishTime { get; set; }

The timestamp when the background job was finished.

Property Value
TypeDescription
Timestamp

Id

public string Id { get; set; }

The background job log entry ID.

Property Value
TypeDescription
string

ImportRulesJobDetails

public BackgroundJobLogEntry.Types.ImportRulesJobDetails ImportRulesJobDetails { get; set; }

Output only. Import rules job details.

Property Value
TypeDescription
BackgroundJobLogEntryTypesImportRulesJobDetails

JobDetailsCase

public BackgroundJobLogEntry.JobDetailsOneofCase JobDetailsCase { get; }
Property Value
TypeDescription
BackgroundJobLogEntryJobDetailsOneofCase

JobType

public BackgroundJobType JobType { get; set; }

The type of job that was executed.

Property Value
TypeDescription
BackgroundJobType

RequestAutocommit

public bool RequestAutocommit { get; set; }

Output only. Whether the client requested the conversion workspace to be committed after a successful completion of the job.

Property Value
TypeDescription
bool

SeedJobDetails

public BackgroundJobLogEntry.Types.SeedJobDetails SeedJobDetails { get; set; }

Output only. Seed job details.

Property Value
TypeDescription
BackgroundJobLogEntryTypesSeedJobDetails

StartTime

public Timestamp StartTime { get; set; }

The timestamp when the background job was started.

Property Value
TypeDescription
Timestamp