DataWarehouseUserActivitiesProperties interface
User activities of a data warehouse. This currently includes the count of running or suspended queries. For more information, please view the sys.dm_pdw_exec_requests dynamic management view (DMV).
Properties
| active |
Count of running and suspended queries. |
Property Details
activeQueriesCount
Count of running and suspended queries.
activeQueriesCount?: number
Property Value
number