object entry
In XML, the object
entries are child elements of the resultSet
entry. In JSON, the object
entries are unnamed objects in the resultSet
entry.
The information that the object
entry provides depends on the type of the query request:
- For object-based queries, each
object
entry provides information about an individual object. - For operation-based queries, each
object
entry provides information about an individual create, delete, dispose, prune, or purge operation and the object affected by the operation.
The object
entry always contains these object properties:
- changeTimeMilliseconds
- operation
- urlName
- version
The object
entry can contain other object properties depending on the value of the verbose
request entry or the value of the objectProperties
request entry.