Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
Lists all the ingestion operation performed on storage of a dataproduct.
AOIStorage
| where Category has_cs "Ingestion"
| take 100
Lists all delete operation performed on storage of a dataproduct.
AOIStorage
| where Category has_cs "IngestionDelete"
| take 100
Lists all Read operation performed on storage of a dataproduct.
AOIStorage
| where Category has_cs "ReadStorage"
| take 100
Lists all Read operation performed on the input storage of a dataproduct.
AOIStorage
| where Category has_cs "IngestionRead"
| take 100