Show / Hide Table of Contents

Class SourceApplicationInfo

The information about the application.

Inheritance
object
SourceApplicationInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class SourceApplicationInfo

Properties

ApplicationKey

Declaration
[JsonProperty(PropertyName = "applicationKey")]
public string ApplicationKey { get; set; }
Property Value
Type Description
string

The source application key to use when creating the application.

ApplicationVersion

Declaration
[JsonProperty(PropertyName = "applicationVersion")]
public string ApplicationVersion { get; set; }
Property Value
Type Description
string

The source application version of the application.

LastPatchKey

Declaration
[JsonProperty(PropertyName = "lastPatchKey")]
public string LastPatchKey { get; set; }
Property Value
Type Description
string

The last patch key for the application.

WorkspaceId

Declaration
[JsonProperty(PropertyName = "workspaceId")]
public string WorkspaceId { get; set; }
Property Value
Type Description
string

The OCID of the workspace containing the application. This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.

In this article
Back to top