Detailed Description
[class]
Inheritance diagram for Examples.CloudEngine.Data.StarSignData:
Collaboration diagram for Examples.CloudEngine.Data.StarSignData:
Public Member Functions
StarSignData (ILogger< AspectDataBase > logger, IPipeline pipeline, IAspectEngine engine, IMissingPropertyService missingPropertyService) | |||||||||||||||
Public Member Functions inherited from FiftyOne.Pipeline.Engines.Data.AspectDataBase | |||||||||||||||
AspectDataBase (ILogger< AspectDataBase > logger, IPipeline pipeline, IAspectEngine engine)
Constructor More...
| |||||||||||||||
AspectDataBase (ILogger< AspectDataBase > logger, IPipeline pipeline, IAspectEngine engine, IMissingPropertyService missingPropertyService)
Constructor More...
| |||||||||||||||
AspectDataBase (ILogger< AspectDataBase > logger, IPipeline pipeline, IAspectEngine engine, IMissingPropertyService missingPropertyService, IDictionary< string, object > dictionary)
Constructor More...
| |||||||||||||||
override IReadOnlyDictionary< string, object > | AsDictionary ()
Get the data contained in this instance as an IReadOnlyDictionary<TKey, TValue>.
|
Properties
string | StarSign [get, set]
|
Properties inherited from FiftyOne.Pipeline.Engines.Data.AspectDataBase | |
IMissingPropertyService | MissingPropertyService [get]
The IMissingPropertyService instance to be queried when there is no entry for a requested key. More...
|
ILogger< AspectDataBase > | Logger [get]
The logger to be used by this instance. More...
|
IReadOnlyList< IAspectEngine > | Engines [get]
The engine that generated this data instance. More...
|
bool | CacheHit [get]
|
Task | ProcessTask [get]
If the engine is configured for lazy loading, this property returns a task that will complete once the engine has finished processing. More...
|
override object | this[string key] [get]
get or set the specified value More...
|
Properties inherited from FiftyOne.Pipeline.Core.Data.ElementDataBase | |
IPipeline | Pipeline [get, set]
The IPipeline instance this element data will be associated with. More...
|
Properties inherited from FiftyOne.Pipeline.Core.Data.DataBase | |
virtual object | this[string key] [get, set]
Get or set a data value More...
|
Properties inherited from FiftyOne.Pipeline.Core.Data.IData | |
object | this[string key] [get, set]
Get or set a data value More...
|
Properties inherited from FiftyOne.Pipeline.Core.Data.IElementData | |
IPipeline | Pipeline [get, set]
The IPipeline that this instance was created by More...
|
Properties inherited from FiftyOne.Pipeline.Engines.Data.IAspectData | |
IReadOnlyList< IAspectEngine > | Engines [get]
The engine that generated the data withing this data instance. More...
|
Task | ProcessTask [get]
If the engine is configured for lazy loading, this property returns a task that will complete once the engine has finished processing. More...
|
bool | CacheHit [get]
Get whether this instance of element data was the result of a cache hit, rather than processing of the underlying aspect engine. More...
|
Properties inherited from Examples.CloudEngine.Data.IStarSignData | |
string | StarSign [get]
|