| 
            
              IDataSourceValue Properties
             | 
          
        
        The IDataSourceValue type exposes the following members.
        
          
            
Properties
         
        
          
            
              |   | 
              Name | 
              Description | 
            
            
              
                 
               | 
              
                AugmentMetadata
               | 
              
            Gets function that augments metadata for the data source, or null
            if metadata augmentation is not needed.
             | 
            
            
              
                 
               | 
              
                DataTypeIndex
               | 
              
            Gets the data source value type index.
             | 
            
            
              
                 
               | 
              
                Flags
               | 
              
            Gets measurement state and quality flags of data source value.
             | 
            
            
              
                 
               | 
              
                LoadOrder
               | 
              
            Gets the desired load order for the data source value type.
             | 
            
            
              
                 
               | 
              
                MetadataTableName
               | 
              
            Gets the name of the primary metadata table for the data source.
             | 
            
            
              
                 
               | 
              
                RequiredMetadataFieldNames
               | 
              
            Gets the names of the required metadata fields for the data source.
             | 
            
            
              
                 
               | 
              
                Target
               | 
              
            Gets the query target, e.g., a point-tag.
             | 
            
            
              
                 
               | 
              
                Time
               | 
              
            Gets timestamp, in Unix epoch milliseconds, of data source value.
             | 
            
            
              
                 
               | 
              
                TimeSeriesValue
               | 
              
            Gets time-series array values of data source value, e.g., [Value, Time].
             | 
            
            
              
                 
               | 
              
                TimeSeriesValueDefinition
               | 
              
            Gets the format definition of a time-series array value, e.g., ["Value", "Time"].
             | 
            
            
              
                 
               | 
              
                Value
               | 
              
            Gets the value of data source value.
             | 
            
            
              
                 
               | 
              
                ValueIndex
               | 
              
            Gets the index of the value within the TimeSeriesValue array.
             | 
            
          
          Top
         
        
          
            
See Also