Contains classes that allow the historian to collect its required point metadata definitions from a variety of sources.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace TVA.Historian.MetadataProviders
Namespace TVA.Historian.MetadataProviders
namespace TVA.Historian.MetadataProviders
Types
All Types | Classes | Interfaces |
Icon | Type | Description |
---|---|---|
AdoMetadataProvider |
Represents a provider of data to a MetadataFile from any ADO.NET based data store.
| |
IMetadataProvider |
Defines a provider of updates to the data in a MetadataFile.
| |
MetadataProviderBase |
Base class for a provider of updates to the data in a MetadataFile.
| |
MetadataProviders |
A class that loads all Metadata Provider adapters.
| |
MetadataUpdater |
A class that can update data in a MetadataFile.
| |
OleDbMetadataProvider |
Represents a provider of data to a MetadataFile from any OLE DB data store.
| |
RestWebServiceMetadataProvider |
Represents a provider of data to a MetadataFile from a REST (Representational State Transfer) web service.
|