Class OperationalMetricsRecordInput
Record section of OperationalMetricsSource object.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class OperationalMetricsRecordInputProperties
Namespace
Declaration
[Required(ErrorMessage = "Namespace is required.")]
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Namespace to emit the operational metrics. | 
Remarks
Required
ResourceGroup
Declaration
[JsonProperty(PropertyName = "resourceGroup")]
public string ResourceGroup { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Resource group to emit the operational metrics. |