Uses of Class
com.azure.resourcemanager.sql.fluent.models.QueryStatisticsProperties
Packages that use QueryStatisticsProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of QueryStatisticsProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return QueryStatisticsPropertiesModifier and TypeMethodDescriptionstatic QueryStatisticsPropertiesQueryStatisticsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryStatisticsProperties from the JsonReader.QueryStatisticsProperties.withIntervals(List<QueryMetricInterval> intervals) Set the intervals property: List of intervals with appropriate metric data.Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type QueryStatisticsPropertiesModifier and TypeMethodDescriptionTopQueriesInner.queries()Get the queries property: List of top resource consuming queries with appropriate metric data.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type QueryStatisticsPropertiesModifier and TypeMethodDescriptionTopQueriesInner.withQueries(List<QueryStatisticsProperties> queries) Set the queries property: List of top resource consuming queries with appropriate metric data.