Class PerformanceTuningAnalysisTarget
The target for the Performance Tuning Analysis
Inherited Members
Namespace: Oci.JmsutilsService.Models
Assembly: OCI.DotNetSDK.Jmsutils.dll
Syntax
public class PerformanceTuningAnalysisTargetProperties
AnalysisProjectName
Declaration
[Required(ErrorMessage = "AnalysisProjectName is required.")]
[JsonProperty(PropertyName = "analysisProjectName")]
public string AnalysisProjectName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the analysis project. | 
Remarks
Required
ArtifactObjectStoragePath
Declaration
[Required(ErrorMessage = "ArtifactObjectStoragePath is required.")]
[JsonProperty(PropertyName = "artifactObjectStoragePath")]
public string ArtifactObjectStoragePath { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Object storage path to the artifact. | 
Remarks
Required