Click or drag to resize
Grid Solutions Framework

TimeSeriesMetadata Class

Represents a set of Kafka time-series metadata.
Inheritance Hierarchy
SystemObject
  KafkaAdaptersTimeSeriesMetadata

Namespace: KafkaAdapters
Assembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.181-beta
Syntax
[XmlRootAttribute("TimeSeriesMetadata", Namespace = "http://www.gridprotectionalliance.org/gsf/KafkaAdapters", 
	IsNullable = false)]
public class TimeSeriesMetadata
View Source

The TimeSeriesMetadata type exposes the following members.

Constructors
 NameDescription
Public methodTimeSeriesMetadataInitializes a new instance of the TimeSeriesMetadata class
Top
Properties
 NameDescription
Public propertyCount Gets the count of records in the time-series metadata.
Top
Methods
 NameDescription
Public methodStatic memberCacheLocally Caches meta-data locally.
Public methodCalculateChecksum Calculates a CRC-32 based check-sum on this TimeSeriesMetadata instance.
Public methodStatic memberDeserialize Deserializes a stream of XML metadata as a TimeSeriesMetadata instance.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberReadFromKafka Reads latest time-series metadata from specified Kafka topic.
Public methodStatic memberSerialize Serializes TimeSeriesMetadata instance to a stream of XML.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberWriteToKafka Writes time-series metadata to specified Kafka topic.
Top
Fields
 NameDescription
Public fieldRecords Defines the records of this time-series metadata instance.
Public fieldVersion Defines the version of this time-series metadata instance.
Top
See Also