com.azure.cosmos.spark.TotalRequestChargeMetric.scala Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.cosmos.spark
import org.apache.spark.sql.connector.metric.CustomSumMetric
private[cosmos] class TotalRequestChargeMetric extends CustomSumMetric {
override def name(): String = CosmosConstants.MetricNames.TotalRequestCharge
override def description(): String = CosmosConstants.MetricNames.TotalRequestCharge
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy