Share via


FileReferenceInputDataSource interface

Describes a file input data source that contains reference data.

Extends

Properties

path

The path of the file.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

path

The path of the file.

path?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "File"

Property Value

"File"