Uses of Class
org.metricshub.winrm.WqlRow
Packages that use WqlRow
-
Uses of WqlRow in org.metricshub.winrm
Methods in org.metricshub.winrm that return types with arguments of type WqlRowModifier and TypeMethodDescriptionWqlResult.iterator()WqlResult.rows()Get the result rows.WqlRequest.stream()Execute the query and stream the rows lazily: each row is yielded as soon as it is parsed, and the next WS-Enumeration page is pulled from the server only as the stream advances — memory stays bounded by one page (WqlRequest.pageSize(int)) instead of the whole result set.