adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ChangeLogQueryParameters Class
Fields

In This Topic
    ChangeLogQueryParameters Class Members
    In This Topic

    The following tables list the members exposed by ChangeLogQueryParameters.

    Public Constructors
    Public Fields
     NameDescription
    Public Field If true, only includes audit records (not snapshot-only records), though the audit records may have associated snapshots.  
    Public Field Fetch only records with a timestamp less than or equal to the specified timestamp.  
    Public Field If true, excludes events generated by system actions.  
    Public Field Exclude the specified users.  
    Public Field If true, only system-created automatic snapshots are included.  
    Public Field Specifies the change types to include. If null, all change types are returned.  
    Public Field Specifies the classes to include. If null, all classes are searched.  
    Public Field If true, full-system snapshots that include the specified object(s) are included.  
    Public Field If true, the ObjectDescription field will be set for each record on return.  
    Public Field Include only the specified users.  
    Public Field Find only records where the snapshot label contains the specified text.  
    Public Field The maximum number of items to return. Set to 0 for no limit.  
    Public Field If true, only includes snapshot records (not audit-only records).  
    Public Field Fetch only records with a timestamp greater than or equal to the specified timestamp.  
    Public Field If true, only fetches events generated by system actions.  
    Public Field Fetch only records for the specified objects.  
    Top
    See Also