Table of Contents

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

string

Name

Gets or sets the external source name.

public string Name { get; set; }

Property Value

string

PlaceableCount

Gets or sets the number of placeables provided by this source.

public int PlaceableCount { get; set; }

Property Value

int

Properties

Gets or sets additional metadata properties.

public Dictionary<string, object> Properties { get; set; }

Property Value

Dictionary<string, object>

Version

Gets or sets the external source version.

public string Version { get; set; }

Property Value

string