Class BackgroundJobLogEntry
Execution log of a background job.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class BackgroundJobLogEntry : IDirectResponseSchema
Properties
ApplyJobDetails
Output only. Apply job details.
Declaration
[JsonProperty("applyJobDetails")]
public virtual ApplyJobDetails ApplyJobDetails { get; set; }
Property Value
Type | Description |
---|---|
ApplyJobDetails |
CompletionComment
Output only. Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.
Declaration
[JsonProperty("completionComment")]
public virtual string CompletionComment { get; set; }
Property Value
Type | Description |
---|---|
string |
CompletionState
Output only. Job completion state, i.e. the final state after the job completed.
Declaration
[JsonProperty("completionState")]
public virtual string CompletionState { get; set; }
Property Value
Type | Description |
---|---|
string |
ConvertJobDetails
Output only. Convert job details.
Declaration
[JsonProperty("convertJobDetails")]
public virtual ConvertJobDetails ConvertJobDetails { get; set; }
Property Value
Type | Description |
---|---|
ConvertJobDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FinishTime
object representation of FinishTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FinishTimeDateTimeOffset instead.")]
public virtual object FinishTime { get; set; }
Property Value
Type | Description |
---|---|
object |
FinishTimeDateTimeOffset
DateTimeOffset representation of FinishTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? FinishTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
FinishTimeRaw
The timestamp when the background job was finished.
Declaration
[JsonProperty("finishTime")]
public virtual string FinishTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The background job log entry ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
ImportRulesJobDetails
Output only. Import rules job details.
Declaration
[JsonProperty("importRulesJobDetails")]
public virtual ImportRulesJobDetails ImportRulesJobDetails { get; set; }
Property Value
Type | Description |
---|---|
ImportRulesJobDetails |
JobType
The type of job that was executed.
Declaration
[JsonProperty("jobType")]
public virtual string JobType { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestAutocommit
Output only. Whether the client requested the conversion workspace to be committed after a successful completion of the job.
Declaration
[JsonProperty("requestAutocommit")]
public virtual bool? RequestAutocommit { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SeedJobDetails
Output only. Seed job details.
Declaration
[JsonProperty("seedJobDetails")]
public virtual SeedJobDetails SeedJobDetails { get; set; }
Property Value
Type | Description |
---|---|
SeedJobDetails |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
The timestamp when the background job was started.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |