MicrosoftAzureDataManagerForEnergy.Search
Syntax
MicrosoftAzureDataManagerForEnergy.Search(
serviceName as text,
dataPartition as text,
kind as text,
query as text,
optional limit as number,
optional returnedFields as text
) as table
Remarks
Queries for records in the Microsoft Azure Data Manager for Energy instance
Examples
Example #1
Returns a record that contains the count of records which satisfy the query, and a table of records that's been optionally limited by the limit parameter
MicrosoftAzureDataManagerForEnergy.Search("fb82bc98-a537-4c2b-a4ed-cf7c53eed5f9", "4b12b551-b235-46b3-9f79-6a61adc75b6a", "platform4321", "opendes", "osdu:wks:master-data--Well:1.0.0", "*", 2, null)
Result:
A navigation table containing [Count = 4947, Records = #table({""Records""}, {{[...]}, {[...]}})]