DataStamp Class

Class that encapsulated various timestamps for a specific DataCellset.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataStamp

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class DataStamp

The DataStamp type exposes the following members.

Constructors
  NameDescription
Public methodDataStamp
Initializes a new instance of the DataStamp class.
Public methodDataStamp(DateTime)
Initializes a new instance of the DataStamp class.
Public methodDataStamp(DateTime, DateTime)
Initializes a new instance of the DataStamp 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