Show / Hide Table of Contents

Class FileInput

The data specific for file data sources. This field is empty for other data source inputs.

Inheritance
object
FileInput
Implements
IMessage<FileInput>
IEquatable<FileInput>
IDeepCloneable<FileInput>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class FileInput : IMessage<FileInput>, IEquatable<FileInput>, IDeepCloneable<FileInput>, IBufferMessage, IMessage

Constructors

FileInput()

Declaration
public FileInput()

FileInput(FileInput)

Declaration
public FileInput(FileInput other)
Parameters
Type Name Description
FileInput other

Properties

FetchSettings

Optional. Fetch details to deliver the data source. It contains settings for FETCH and GOOGLE_SHEETS file input types. The required fields vary based on the frequency of fetching.

Declaration
public FileInput.Types.FetchSettings FetchSettings { get; set; }
Property Value
Type Description
FileInput.Types.FetchSettings

FileInputType

Output only. The type of file input.

Declaration
public FileInput.Types.FileInputType FileInputType { get; set; }
Property Value
Type Description
FileInput.Types.FileInputType

FileName

Optional. The file name of the data source. Required for UPLOAD file input type.

Declaration
public string FileName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX