Class ExternalSourceMetadata
- Namespace
- MoonBark.GridPlacement.Core.Interfaces
- Assembly
- MoonBark.GridPlacement.Core.dll
Metadata about external data sources. Used by placeable data providers and related adapters.
public class ExternalSourceMetadata
- Inheritance
-
ExternalSourceMetadata
- Inherited Members
Properties
Format
Gets or sets the data format identifier (for example, json, toml).
public string Format { get; set; }
Property Value
Name
Gets or sets the external source name.
public string Name { get; set; }
Property Value
PlaceableCount
Gets or sets the number of placeables provided by this source.
public int PlaceableCount { get; set; }
Property Value
Properties
Gets or sets additional metadata properties.
public Dictionary<string, object> Properties { get; set; }
Property Value
Version
Gets or sets the external source version.
public string Version { get; set; }