NetCoreZipUploadedUserSourceInfo interface
Uploaded Jar binary for a deployment
- Extends
Properties
net |
The path to the .NET executable relative to zip root |
runtime |
Runtime version of the .Net 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
netCoreMainEntryPath
The path to the .NET executable relative to zip root
netCoreMainEntryPath?: string
Property Value
string
runtimeVersion
Runtime version of the .Net file
runtimeVersion?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "NetCoreZip"
Property Value
"NetCoreZip"
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