### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue"
name: "SqlDatabaseMetricValue"
nameWithType: "SqlDatabaseMetricValue"
summary: "Response containing the Azure SQL Database metric value."
syntax: "public interface **SqlDatabaseMetricValue** extends <>"
methods:
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.average()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.average()"
name: "average()"
nameWithType: "SqlDatabaseMetricValue.average()"
modifiers:
- "abstract"
syntax: "public abstract double average()"
returns:
description: "the average value of the metric"
type: ""
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.count()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.count()"
name: "count()"
nameWithType: "SqlDatabaseMetricValue.count()"
modifiers:
- "abstract"
syntax: "public abstract double count()"
returns:
description: "the number of values for the metric"
type: ""
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.maximum()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.maximum()"
name: "maximum()"
nameWithType: "SqlDatabaseMetricValue.maximum()"
modifiers:
- "abstract"
syntax: "public abstract double maximum()"
returns:
description: "the max value of the metric"
type: ""
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.minimum()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.minimum()"
name: "minimum()"
nameWithType: "SqlDatabaseMetricValue.minimum()"
modifiers:
- "abstract"
syntax: "public abstract double minimum()"
returns:
description: "the min value of the metric"
type: ""
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.timestamp()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.timestamp()"
name: "timestamp()"
nameWithType: "SqlDatabaseMetricValue.timestamp()"
modifiers:
- "abstract"
syntax: "public abstract DateTime timestamp()"
returns:
description: "the metric timestamp (ISO-8601 format)"
type: ""
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.total()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.total()"
name: "total()"
nameWithType: "SqlDatabaseMetricValue.total()"
modifiers:
- "abstract"
syntax: "public abstract double total()"
returns:
description: "the total value of the metric"
type: ""
type: "interface"
desc: "Response containing the Azure SQL Database metric value."
implements:
- "<>"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4