ChangeLogQueryParameters Class Members
In This Topic
The following tables list the members exposed by ChangeLogQueryParameters.
Public Constructors
Public Fields
| Name | Description |
 | AuditOnly |
If true, only includes audit records (not snapshot-only records), though the audit records may have
associated snapshots.
|
 | EndTimestamp |
Fetch only records with a timestamp less than or equal to the specified timestamp.
|
 | ExcludeSystemGenerated |
If true, excludes events generated by system actions.
|
 | ExcludeUsers |
Exclude the specified users.
|
 | IncludeAutoSnapshotsOnly |
If true, only system-created automatic snapshots are included.
|
 | IncludeChangeTypes |
Specifies the change types to include. If null, all change types are returned.
|
 | IncludeClasses |
Specifies the classes to include. If null, all classes are searched.
|
 | IncludeFullSystemSnapshots |
If true, full-system snapshots that include the specified object(s) are included.
|
 | IncludeObjectDescriptions |
If true, the ObjectDescription field will be set for each record on return.
|
 | IncludeUsers |
Include only the specified users.
|
 | LabelContains |
Find only records where the snapshot label contains the specified text.
|
 | MaxItems |
The maximum number of items to return. Set to 0 for no limit.
|
 | SnapshotsOnly |
If true, only includes snapshot records (not audit-only records).
|
 | StartTimestamp |
Fetch only records with a timestamp greater than or equal to the specified timestamp.
|
 | SystemGeneratedOnly |
If true, only fetches events generated by system actions.
|
 | TargetObjects |
Fetch only records for the specified objects.
|
Top
See Also