OperationMetricsOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the configuration options for collecting metrics related to Cosmos DB operations.
public class OperationMetricsOptions
type OperationMetricsOptions = class
Public Class OperationMetricsOptions
- Inheritance
-
OperationMetricsOptions
Constructors
| Name | Description |
|---|---|
| OperationMetricsOptions() | |
Properties
| Name | Description |
|---|---|
| CustomDimensions |
Gets or sets a collection of custom dimensions to include in the operation metrics. Each dimension is defined as a key-value pair. |
| IncludeRegion |
Gets or sets a value indicating whether the region information should be included in the operation metrics. By default, Region information is not included as a dimension in the operation metrics. |