Class GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata
Additional information about the batch job. This message is also used as metadata returned in batch job Long Running Operations.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata : IDirectResponseSchema
Properties
CompletionDateTime
Output only. The time when this batch job was completed. Formatted as yyyy-MM-dd HH:mm:ss. Example: "2018-03-05 09:16:00"
Declaration
[JsonProperty("completionDateTime")]
public virtual string CompletionDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreationDateTime
Output only. The time when this batch job was created. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:00"
Declaration
[JsonProperty("creationDateTime")]
public virtual string CreationDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EstimatedCompletionRatio
Output only. The fraction (between 0.0 and 1.0) of mutates that have been processed. This is empty if the job hasn't started running yet.
Declaration
[JsonProperty("estimatedCompletionRatio")]
public virtual double? EstimatedCompletionRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ExecutedOperationCount
Output only. The number of mutate operations executed by the batch job. Present only if the job has started running.
Declaration
[JsonProperty("executedOperationCount")]
public virtual long? ExecutedOperationCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ExecutionLimitSeconds
Immutable. The approximate upper bound for how long a batch job can be executed, in seconds. If the job runs more than the given upper bound, the job will be canceled.
Declaration
[JsonProperty("executionLimitSeconds")]
public virtual int? ExecutionLimitSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
OperationCount
Output only. The number of mutate operations in the batch job.
Declaration
[JsonProperty("operationCount")]
public virtual long? OperationCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StartDateTime
Output only. The time when this batch job started running. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:30"
Declaration
[JsonProperty("startDateTime")]
public virtual string StartDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |