Class SoftwarePackageFile
A file associated with a package.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class SoftwarePackageFileProperties
Checksum
Declaration
[JsonProperty(PropertyName = "checksum")]
public string Checksum { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Checksum of the file. | 
ChecksumType
Declaration
[JsonProperty(PropertyName = "checksumType")]
public string ChecksumType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Type of the checksum. | 
Path
Declaration
[JsonProperty(PropertyName = "path")]
public string Path { get; set; }Property Value
| Type | Description | 
|---|---|
| string | File path. | 
SizeInBytes
Declaration
[JsonProperty(PropertyName = "sizeInBytes")]
public long? SizeInBytes { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | Size of the file in bytes. | 
TimeModified
Declaration
[JsonProperty(PropertyName = "timeModified")]
public DateTime? TimeModified { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the file was last modified (in RFC 3339 format). | 
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Type of the file. |