Class PerformanceTuningAnalysis
Performance tuning analysis configuration
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class PerformanceTuningAnalysisProperties
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | PerformanceTuningAnalysis flag to store enabled or disabled status |