Hello,
This is the sample query which i am querying it through PowerShell. But here what i need is, I want to get all keys like “_measurement”. How i can get it. Can anyone help on this.
$body = @"
from(bucket:“Test”) |> range(start: -12mo) |> filter(fn: (r) => r._measurement == “Details”)
"@
Thanks.