Click or drag to resize

ChangeTrackingGetResult Class

Represents response information of a change tracking query.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.ChangeTrackingChangeTrackingGetResult
Namespace:  ASI.TAM.API.Data.ChangeTracking
Assembly:  ASI.TAM.API.Data.ChangeTracking (in ASI.TAM.API.Data.ChangeTracking.dll) Version: 2021.1.0.1
Syntax
public sealed class ChangeTrackingGetResult

The ChangeTrackingGetResult type exposes the following members.

Properties
  NameDescription
Public propertyPageLatestDate
The latest occuring change on the specified page of results.

Created in Epic SDK 2019.

Public propertyTableData
Stores the returned data from the query by table.

Created in Epic SDK 2019.

Public propertyTotalCount
The total count of all change tracking data rows returned accross all pages.

Created in Epic SDK 2019.

Public propertyTotalPages
The total number of pages of change tracking data rows items retrieved.

Created in Epic SDK 2019.

Top
See Also