Class JavaDownloadRecord
A record of Java artifact download in a tenancy.
Inherited Members
Namespace: Oci.JmsjavadownloadsService.Models
Assembly: OCI.DotNetSDK.Jmsjavadownloads.dll
Syntax
public class JavaDownloadRecord
Properties
Architecture
Declaration
[JsonProperty(PropertyName = "architecture")]
public string Architecture { get; set; }
Property Value
Type | Description |
---|---|
string | The target Operating System architecture for the artifact. |
DownloadSourceId
Declaration
[Required(ErrorMessage = "DownloadSourceId is required.")]
[JsonProperty(PropertyName = "downloadSourceId")]
public string DownloadSourceId { get; set; }
Property Value
Type | Description |
---|---|
string | Identifier of the source that downloaded the artifact. |
Remarks
Required
DownloadType
Declaration
[Required(ErrorMessage = "DownloadType is required.")]
[JsonProperty(PropertyName = "downloadType")]
public string DownloadType { get; set; }
Property Value
Type | Description |
---|---|
string | Type of download. |
Remarks
Required
FamilyDisplayName
Declaration
[JsonProperty(PropertyName = "familyDisplayName")]
public string FamilyDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The Java family display name. |
FamilyVersion
Declaration
[JsonProperty(PropertyName = "familyVersion")]
public string FamilyVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The Java family version identifier. |
OsFamily
Declaration
[JsonProperty(PropertyName = "osFamily")]
public string OsFamily { get; set; }
Property Value
Type | Description |
---|---|
string | The target Operating System family for the artifact. |
PackageType
Declaration
[JsonProperty(PropertyName = "packageType")]
public string PackageType { get; set; }
Property Value
Type | Description |
---|---|
string | The package type (typically the file extension) of the artifact. |
PackageTypeDetail
Declaration
[JsonProperty(PropertyName = "packageTypeDetail")]
public string PackageTypeDetail { get; set; }
Property Value
Type | Description |
---|---|
string | Additional information about the package type. |
ReleaseVersion
Declaration
[JsonProperty(PropertyName = "releaseVersion")]
public string ReleaseVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The Java release version identifier. |
TimeDownloaded
Declaration
[Required(ErrorMessage = "TimeDownloaded is required.")]
[JsonProperty(PropertyName = "timeDownloaded")]
public DateTime? TimeDownloaded { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Timestamp of download. |
Remarks
Required