getParameter
Reads the current value of a retrieve parameter.
Usage
const take = ds.getParameter('maxRecords');API
getParameter<P extends keyof RetrieveParameters<T>>(name: P): RetrieveParameters<T>[P];Last updated
Was this helpful?
Reads the current value of a retrieve parameter.
const take = ds.getParameter('maxRecords');getParameter<P extends keyof RetrieveParameters<T>>(name: P): RetrieveParameters<T>[P];Last updated
Was this helpful?
Was this helpful?