| Modifier and Type | Optional Element and Description |
|---|---|
ChangeLogInsertMode |
inserts
Specify if inserts should be explicitly Included or Excluded.
|
String[] |
updatesThatInclude
When specified only include update requests that have at least one
of the given properties as a dirty property.
|
public abstract ChangeLogInsertMode inserts
If not defined explicitly then the server default behaviour defined on ServerConfig is used.
public abstract String[] updatesThatInclude
This provides a way to filter requests to include in the change log such that only updates that include at least one of the given properties is included in the change log.
Copyright © 2019. All rights reserved.