Contains the output from the QueryObjects action.

C# |
public class QueryObjectsResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | QueryObjectsResult()()()() | Initializes a new instance of the QueryObjectsResult class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HasMoreResults |
If True, there are more results that can be obtained by a subsequent call to QueryObjects.
|
![]() | Ids |
A list of identifiers that match the query selectors.
|
![]() | Marker |
The starting point for the results to be returned. As long as the action returns HasMoreResults as True, you can call
QueryObjects again and pass the marker value from the response to retrieve the next set of results.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithHasMoreResults(Boolean) | Obsolete.
Sets the HasMoreResults property
|
![]() | WithIds(array<String>[]()[][]) | Obsolete.
Adds elements to the Ids collection
|
![]() | WithIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the Ids collection
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|

Object | |
![]() | QueryObjectsResult |