Class ApplicationWorkItemDetails
The work item details with JFR related information.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class ApplicationWorkItemDetails : WorkItemDetails
Properties
ApplicationInstallationKey
Declaration
[JsonProperty(PropertyName = "applicationInstallationKey")]
public string ApplicationInstallationKey { get; set; }
Property Value
Type | Description |
---|---|
string | The unique key of the application installation of the JFR. |
ApplicationInstallationPath
Declaration
[JsonProperty(PropertyName = "applicationInstallationPath")]
public string ApplicationInstallationPath { get; set; }
Property Value
Type | Description |
---|---|
string | The full path on which application installation was detected. |
ApplicationKey
Declaration
[Required(ErrorMessage = "ApplicationKey is required.")]
[JsonProperty(PropertyName = "applicationKey")]
public string ApplicationKey { get; set; }
Property Value
Type | Description |
---|---|
string | The unique key of the application of the JFR. |
Remarks
Required
ApplicationName
Declaration
[Required(ErrorMessage = "ApplicationName is required.")]
[JsonProperty(PropertyName = "applicationName")]
public string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string | The application name. |
Remarks
Required
BucketName
Declaration
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }
Property Value
Type | Description |
---|---|
string | The Object Storage bucket name of the JFR upload result. |
ContainerInfo
Declaration
[JsonProperty(PropertyName = "containerInfo")]
public ContainerSummary ContainerInfo { get; set; }
Property Value
Type | Description |
---|---|
ContainerSummary |
Namespace
Declaration
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
string | The Object Storage namespace of the JFR upload result. |
ObjectName
Declaration
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
Property Value
Type | Description |
---|---|
string | The Object Storage object name of the JFR upload result. |