/AWS1/CL_DZN=>LISTDATAPRODUCTREVISIONS()
¶
About ListDataProductRevisions¶
Lists data product revisions.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DOMAINIDENTIFIER
TYPE /AWS1/DZNDOMAINID
/AWS1/DZNDOMAINID
¶
The ID of the domain of the data product revisions that you want to list.
IV_IDENTIFIER
TYPE /AWS1/DZNDATAPRODUCTID
/AWS1/DZNDATAPRODUCTID
¶
The ID of the data product revision.
Optional arguments:¶
IV_MAXRESULTS
TYPE /AWS1/DZNMAXRESULTS
/AWS1/DZNMAXRESULTS
¶
The maximum number of asset filters to return in a single call to
ListDataProductRevisions
. When the number of data product revisions to be listed is greater than the value ofMaxResults
, the response contains aNextToken
value that you can use in a subsequent call toListDataProductRevisions
to list the next set of data product revisions.
IV_NEXTTOKEN
TYPE /AWS1/DZNPAGINATIONTOKEN
/AWS1/DZNPAGINATIONTOKEN
¶
When the number of data product revisions 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 data product revisions, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListDataProductRevisions
to list the next set of data product revisions.