JarUploadedUserSourceInfo interface
Uploaded Jar binary for a deployment
- Extends
Properties
jvm |
JVM parameter |
runtime |
Runtime version of the Jar file |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
relative |
Relative path of the storage which stores the source |
version | Version of the source |
Property Details
jvmOptions
JVM parameter
jvmOptions?: string
Property Value
string
runtimeVersion
Runtime version of the Jar file
runtimeVersion?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Jar"
Property Value
"Jar"
Inherited Property Details
relativePath
Relative path of the storage which stores the source
relativePath?: string
Property Value
string
Inherited From UploadedUserSourceInfo.relativePath
version
Version of the source
version?: string
Property Value
string
Inherited From UploadedUserSourceInfo.version