ObjectListResponse MembersDRA REST Extensions SDK
The ObjectListResponse type exposes the following members.
Properties

  NameDescription
Public propertyDRAServerAndPort
The DRA server:port that performed the operation.
(Inherited from RestResponse.)
Public propertyErrors
Property holding the collection of errors to be returned to the client
(Inherited from RestResponse.)
Public propertyIsSearchFinished
Flag indicating if this is the last page of results
Public propertyNumberOfRowsReturned
The number of objects returned in this response
Public propertyResumeString
A string value that can be sent in the ResumeString parameter on a subsequent enumeration call to retrieve the next set of objects
Public propertyTotalNumberOfObjects
The total number of objecs that matched the enumeration
Back to Top
See Also