/AWS1/CL_DZN=>SEARCHLISTINGS()
¶
About SearchListings¶
Searches listings (records of an asset at a given time) in Amazon DataZone.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DOMAINIDENTIFIER
TYPE /AWS1/DZNDOMAINID
/AWS1/DZNDOMAINID
¶
The identifier of the domain in which to search listings.
Optional arguments:¶
IV_SEARCHTEXT
TYPE /AWS1/DZNSTRING
/AWS1/DZNSTRING
¶
Specifies the text for which to search.
IT_SEARCHIN
TYPE /AWS1/CL_DZNSEARCHINITEM=>TT_SEARCHINLIST
TT_SEARCHINLIST
¶
The details of the search.
IV_MAXRESULTS
TYPE /AWS1/DZNMAXRESULTS
/AWS1/DZNMAXRESULTS
¶
The maximum number of results to return in a single call to
SearchListings
. When the number of results to be listed is greater than the value ofMaxResults
, the response contains aNextToken
value that you can use in a subsequent call toSearchListings
to list the next set of results.
IV_NEXTTOKEN
TYPE /AWS1/DZNPAGINATIONTOKEN
/AWS1/DZNPAGINATIONTOKEN
¶
When the number of results is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of results, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toSearchListings
to list the next set of results.
IO_FILTERS
TYPE REF TO /AWS1/CL_DZNFILTERCLAUSE
/AWS1/CL_DZNFILTERCLAUSE
¶
Specifies the filters for the search of listings.
IO_SORT
TYPE REF TO /AWS1/CL_DZNSEARCHSORT
/AWS1/CL_DZNSEARCHSORT
¶
Specifies the way for sorting the search results.
IT_ADDITIONALATTRIBUTES
TYPE /AWS1/CL_DZNSRCHOUTADDLATTRS_W=>TT_SEARCHOUTPUTADDLATTRIBUTES
TT_SEARCHOUTPUTADDLATTRIBUTES
¶
Specifies additional attributes for the search.