Show / Hide Table of Contents

Class FileUpload

The file upload of a specific data source, that is, the result of the retrieval of the data source at a certain timestamp computed asynchronously when the data source processing is finished. Only applicable to file data sources.

Inheritance
object
FileUpload
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.Merchant.datasources_v1beta.Data
Assembly: Google.Apis.Merchant.datasources_v1beta.dll
Syntax
public class FileUpload : IDirectResponseSchema

Properties

DataSourceId

Output only. The data source id.

Declaration
[JsonProperty("dataSourceId")]
public virtual long? DataSourceId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

Issues

Output only. The list of issues occurring in the data source.

Declaration
[JsonProperty("issues")]
public virtual IList<Issue> Issues { get; set; }
Property Value
Type Description
IList<Issue>

ItemsCreated

Output only. The number of items in the data source that were created.

Declaration
[JsonProperty("itemsCreated")]
public virtual long? ItemsCreated { get; set; }
Property Value
Type Description
long?

ItemsTotal

Output only. The number of items in the data source that were processed.

Declaration
[JsonProperty("itemsTotal")]
public virtual long? ItemsTotal { get; set; }
Property Value
Type Description
long?

ItemsUpdated

Output only. The number of items in the data source that were updated.

Declaration
[JsonProperty("itemsUpdated")]
public virtual long? ItemsUpdated { get; set; }
Property Value
Type Description
long?

Name

Identifier. The name of the data source file upload. Format: {datasource.name=accounts/{account}/dataSources/{datasource}/fileUploads/{fileupload}}

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

ProcessingState

Output only. The processing state of the data source.

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

UploadTime

object representation of UploadTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UploadTimeDateTimeOffset instead.")]
public virtual object UploadTime { get; set; }
Property Value
Type Description
object

UploadTimeDateTimeOffset

DateTimeOffset representation of UploadTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UploadTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UploadTimeRaw

Output only. The date at which the file of the data source was uploaded.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX