Show / Hide Table of Contents

Class FeedIngestionStatus

Contains the ingestion status of the dynamic feed. Feed ingestion is an asynchronous process. If the feed create request is successful, feed ingestion will be processed in the background, including validation, assets retrieval, and saving the data from the resource link. The processing time is dependent on the data size in the resource link. This read-only status field contains the current stage of that processing and its ingestion state.

Inheritance
object
FeedIngestionStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class FeedIngestionStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IngestionErrorRecords

Output only. The ingestion error records of the feed.

Declaration
[JsonProperty("ingestionErrorRecords")]
public virtual IList<IngestionErrorRecord> IngestionErrorRecords { get; set; }
Property Value
Type Description
IList<IngestionErrorRecord>

IngestionStatus

Output only. The ingestion status of the feed.

Declaration
[JsonProperty("ingestionStatus")]
public virtual IngestionStatus IngestionStatus { get; set; }
Property Value
Type Description
IngestionStatus

State

Output only. The processing state of the feed.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX