Class IngestionStatus
Contains the ingestion status of the dynamic feed.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class IngestionStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumActiveRows
Output only. The number of active rows in the feed.
Declaration
[JsonProperty("numActiveRows")]
public virtual long? NumActiveRows { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
NumRowsProcessed
Output only. The number of rows processed in the feed.
Declaration
[JsonProperty("numRowsProcessed")]
public virtual long? NumRowsProcessed { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
NumRowsTotal
Output only. The total number of rows in the feed.
Declaration
[JsonProperty("numRowsTotal")]
public virtual long? NumRowsTotal { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
NumRowsWithErrors
Output only. The number of rows with errors in the feed.
Declaration
[JsonProperty("numRowsWithErrors")]
public virtual long? NumRowsWithErrors { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
NumWarningsTotal
Output only. The total number of warnings in the feed.
Declaration
[JsonProperty("numWarningsTotal")]
public virtual long? NumWarningsTotal { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |