Class FeedVersionTrackingData
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents the most recent records inserted into each table. This is used to ensure that the feed pulls the newest data possible without missing data.
public class FeedVersionTrackingData : Entity, IEntity, IComparable, IIdentifiable, IDateTimeProvider
- Inheritance
-
FeedVersionTrackingData
- Implements
- Inherited Members
Constructors
FeedVersionTrackingData()
public FeedVersionTrackingData()
Properties
DateTime
Gets or sets specify when this log was taken.
public DateTime? DateTime { get; set; }
Property Value
TableName
Gets or sets specify the table name that this record belongs to.
public string? TableName { get; set; }
Property Value
TrackedRowVersion
Gets or sets specify the latest row version for this table.
public long TrackedRowVersion { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.