\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneDataFile Interface Reference

Detailed Description

A specialized can of IAspectEngineDataFile for files that will be distributed by the 51Degrees 'Distributor' web service.

Inheritance diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneDataFile:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneDataFile:

[legend]

Properties

string  DataDownloadType [get, set]
The value for the 'type' parameter that is passed to the distributor service when checking for a new file. More...

Properties inherited from FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile

string  Identifier [get, set]
An identifier for this data file. More...
IOnPremiseAspectEngine  Engine [get, set]
The engine this data file is used by More...
Type  EngineType [get]
Get the type of the engine that this data file is for. More...
string  DataFilePath [get]
The complete file path to the location of the data file. More...
string  TempDataDirPath [get, set]
The path to use when working with temporary files associated with this data file. More...
string  TempDataFilePath [get, set]
The complete file path to the location of the temporary copy of the data file that is currently being used by the IAspectEngine. More...
bool  AutomaticUpdatesEnabled [get]
True if automatic updates are enabled, false otherwise. More...
DateTime  UpdateAvailableTime [get, set]
The date and time by which an update to the current data file is expected to have been published. More...
DateTime  DataPublishedDateTime [get, set]
The date and time that the current data file was published. More...
IDataFileConfiguration  Configuration [get, set]
The configuration that was provided for this data file. More...
string  FormattedUrl [get]
Get the data update URL complete with any query string parameters that are needed to retrieve the data. More...
Uri  FormattedUri [get]
Get the data update URL complete with any query string parameters that are needed to retrieve the data. More...
bool  IsRegistered [get]
Returns true if this file has been registered with the data update service. More...

Property Documentation

◆ DataDownloadType

string FiftyOne.Pipeline.Engines.FiftyOne.Data.IFiftyOneDataFile.DataDownloadType
get set

The value for the 'type' parameter that is passed to the distributor service when checking for a new file.