Represents a REST web service for historian metadata.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ServiceBehaviorAttribute(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)] public class MetadataService : DataService, IMetadataService
<ServiceBehaviorAttribute(InstanceContextMode := InstanceContextMode.Single, ConcurrencyMode := ConcurrencyMode.Multiple)> _ Public Class MetadataService _ Inherits DataService _ Implements IMetadataService
[ServiceBehaviorAttribute(InstanceContextMode = InstanceContextMode::Single, ConcurrencyMode = ConcurrencyMode::Multiple)] public ref class MetadataService : public DataService, IMetadataService
Members
All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
MetadataService()()() |
Initializes a new instance of the MetadataService class.
| |
Archive |
Gets or sets the IArchive used by the web service for its data.
(Inherited from DataService.) | |
CanRead()()() | (Inherited from RestService.) | |
CanWrite()()() | (Inherited from RestService.) | |
Dispose()()() | (Inherited from RestService.) | |
Dispose(Boolean) | (Inherited from RestService.) | |
Enabled()()() | (Inherited from RestService.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()() | (Inherited from RestService.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Initialize()()() | (Inherited from RestService.) | |
LoadSettings()()() | (Inherited from RestService.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnServiceHostCreated()()() | (Inherited from RestService.) | |
OnServiceHostStarted()()() | (Inherited from RestService.) | |
OnServiceProcessException(Exception) | (Inherited from RestService.) | |
PersistSettings()()() | (Inherited from RestService.) | |
ReadAllMetadataAsJson()()() | ||
ReadAllMetadataAsXml()()() | ||
ReadRangeMetadataAsJson(String, String) | ||
ReadRangeMetadataAsXml(String, String) | ||
ReadSelectMetadataAsJson(String) | ||
ReadSelectMetadataAsXml(String) | ||
SaveSettings()()() | (Inherited from RestService.) | |
ServiceContract()()() | (Inherited from RestService.) | |
ServiceDataFlow()()() | (Inherited from RestService.) | |
ServiceHost()()() | (Inherited from RestService.) | |
ServiceHostCreated()()() | (Inherited from RestService.) | |
ServiceHostStarted()()() | (Inherited from RestService.) | |
ServiceProcessException()()() | (Inherited from RestService.) | |
ServiceUri()()() | (Inherited from RestService.) | |
SettingsCategory()()() | (Inherited from RestService.) | |
ToString()()() | (Inherited from Object.) | |
WriteMetadataAsJson(SerializableMetadata) | ||
WriteMetadataAsXml(SerializableMetadata) |
Inheritance Hierarchy
Object | |||
RestService | |||
DataService | |||
MetadataService |
See Also