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 voor records in de Microsoft Azure Data Manager voor Energie-exemplaar
Examples
Example #1
Retourneert een record dat het aantal records bevat dat aan de query voldoet en een tabel met records die optioneel zijn beperkt door de limietparameter
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:
Een navigatietabel met [Count = 4947, Records = #table({""Records""}, {{[...]}, {[...]}})]