NetCoreZipUploadedUserSourceInfo interface

배포에 대해 업로드된 Jar 이진 파일

Extends

속성

netCoreMainEntryPath

zip 루트를 기준으로 하는 .NET 실행 파일의 경로입니다.

runtimeVersion

.Net 파일의 런타임 버전

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

상속된 속성

relativePath

원본을 저장하는 스토리지의 상대 경로

version

원본 버전

속성 세부 정보

netCoreMainEntryPath

zip 루트를 기준으로 하는 .NET 실행 파일의 경로입니다.

netCoreMainEntryPath?: string

속성 값

string

runtimeVersion

.Net 파일의 런타임 버전

runtimeVersion?: string

속성 값

string

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

type: "NetCoreZip"

속성 값

"NetCoreZip"

상속된 속성 세부 정보

relativePath

원본을 저장하는 스토리지의 상대 경로

relativePath?: string

속성 값

string

UploadedUserSourceInfo.relativePath에서 상속

version

원본 버전

version?: string

속성 값

string

UploadedUserSourceInfo.version에서 상속