◆ SetDataUpdateService()
void FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.SetDataUpdateService | ( | IDataUpdateService | dataUpdateService | ) |
Set the data update service that this data file is registered with.
- Parameters
-
- dataUpdateService - The data update service.
Implemented in FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.
Property Documentation
◆ AutomaticUpdatesEnabled
bool FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.AutomaticUpdatesEnabled getTrue if automatic updates are enabled, false otherwise.
◆ Configuration
IDataFileConfiguration FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.Configuration get setThe configuration that was provided for this data file.
◆ DataFilePath
string FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.DataFilePath getThe complete file path to the location of the data file.
This value will be null if the file has been supplied from a byte[] in memory.
◆ DataPublishedDateTime
DateTime FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.DataPublishedDateTime get setThe date and time that the current data file was published.
◆ Engine
IOnPremiseAspectEngine FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.Engine get setThe engine this data file is used by
◆ EngineType
Type FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.EngineType getGet the type of the engine that this data file is for.
This exists in addition to the Engine property because Engine can be null. This then allows the user to identify which engine this file relates to.
◆ FormattedUri
Uri FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.FormattedUri getGet the data update URL complete with any query string parameters that are needed to retrieve the data.
By default, no query string parameters are added to the URL.
◆ FormattedUrl
string FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.FormattedUrl getGet the data update URL complete with any query string parameters that are needed to retrieve the data.
By default, no query string parameters are added to the URL.
◆ Identifier
string FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.Identifier get setAn identifier for this data file.
Each data file used by an engine must have a different identifier.
◆ IsRegistered
bool FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.IsRegistered getReturns true if this file has been registered with the data update service.
False if not.
◆ TempDataDirPath
string FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.TempDataDirPath get setThe path to use when working with temporary files associated with this data file.
◆ TempDataFilePath
string FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.TempDataFilePath get setThe complete file path to the location of the temporary copy of the data file that is currently being used by the IAspectEngine.
Engines often make a temporary copy of the data file in order to allow the original to be updated. This value will be null if the file is loaded entirely into memory.
◆ UpdateAvailableTime
DateTime FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.UpdateAvailableTime get setThe date and time by which an update to the current data file is expected to have been published.