DataStampData Class

The data contract class that represents a DataStamp class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataStampData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class DataStampData

The DataStampData type exposes the following members.

Constructors
  NameDescription
Public methodDataStampData
Initializes a new instance of the DataStampData class
Top
Properties
  NameDescription
Public propertyAppStorageTimestamp
Gets the timestamp when the data was processed and stored internally by the application.
Public propertyCurrentTimestamp
Gets the timestamp for the moment the data result is ready for the client.
Public propertyOriginalSourceTimestamp
Gets the timestamp when the data was retrieved from the original data source.
Top
See Also