AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A logical grouping of Performance Insights metrics for a related subject area. For
example, the db.sql
dimension group consists of the following dimensions:
db.sql.id
- The hash of a running SQL statement, generated by Performance
Insights.
db.sql.db_id
- Either the SQL ID generated by the database engine, or a value
generated by Performance Insights that begins with pi-
.
db.sql.statement
- The full text of the SQL statement that is running, for
example, SELECT * FROM employees
.
db.sql_tokenized.id
- The hash of the SQL digest generated by Performance
Insights.
Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class PerformanceInsightsMetricDimensionGroup
The PerformanceInsightsMetricDimensionGroup type exposes the following members
Name | Description | |
---|---|---|
![]() |
PerformanceInsightsMetricDimensionGroup() |
Name | Type | Description | |
---|---|---|---|
![]() |
Dimensions | System.Collections.Generic.List<System.String> |
Gets and sets the property Dimensions. A list of specific dimensions from a dimension group. If this list isn't included, then all of the dimensions in the group were requested, or are present in the response. |
![]() |
Group | System.String |
Gets and sets the property Group. The available dimension groups for Performance Insights metric type. |
![]() |
Limit | System.Int32 |
Gets and sets the property Limit. The maximum number of items to fetch for this dimension group. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5