Class DatafeedStatus
The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.
Inheritance
System.Object
DatafeedStatus
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class DatafeedStatus : IDirectResponseSchema
Properties
Country
The country for which the status is reported, represented as a CLDR territory code.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DatafeedId
The ID of the feed for which the status is reported.
Declaration
[JsonProperty("datafeedId")]
public virtual ulong? DatafeedId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> |
Errors
The list of errors occurring in the feed.
Declaration
[JsonProperty("errors")]
public virtual IList<DatafeedStatusError> Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<DatafeedStatusError> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ItemsTotal
The number of items in the feed that were processed.
Declaration
[JsonProperty("itemsTotal")]
public virtual ulong? ItemsTotal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> |
ItemsValid
The number of items in the feed that were valid.
Declaration
[JsonProperty("itemsValid")]
public virtual ulong? ItemsValid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> |
Kind
Identifies what kind of resource this is. Value: the fixed string "content#datafeedStatus".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Language
The two-letter ISO 639-1 language for which the status is reported.
Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LastUploadDate
The last date at which the feed was uploaded.
Declaration
[JsonProperty("lastUploadDate")]
public virtual string LastUploadDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessingStatus
The processing status of the feed.
Declaration
[JsonProperty("processingStatus")]
public virtual string ProcessingStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Warnings
The list of errors occurring in the feed.
Declaration
[JsonProperty("warnings")]
public virtual IList<DatafeedStatusError> Warnings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<DatafeedStatusError> |