Name | Description | |
---|---|---|
ChangeLogQueryParameters Constructor |
The following tables list the members exposed by ChangeLogQueryParameters.
Name | Description | |
---|---|---|
ChangeLogQueryParameters Constructor |
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. | |
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. |