ContentPayload interface
Represents details of a specific update content payload.
Properties
| file |
Represents the file name of a update payload. |
| group | Represents the group of a update payload. |
| hash | Represents hash of a update payload. |
| hash |
Represents hash algorithm of a update payload. |
| identifier | Represents identifier of a update payload. |
| package |
Represents size in bytes of a update payload. |
| url | Represents url of a update payload. |
Property Details
fileName
Represents the file name of a update payload.
fileName?: string
Property Value
string
group
Represents the group of a update payload.
group?: string
Property Value
string
hash
Represents hash of a update payload.
hash?: string
Property Value
string
hashAlgorithm
Represents hash algorithm of a update payload.
hashAlgorithm?: string
Property Value
string
identifier
Represents identifier of a update payload.
identifier?: string
Property Value
string
packageSizeInBytes
Represents size in bytes of a update payload.
packageSizeInBytes?: string
Property Value
string
url
Represents url of a update payload.
url?: string
Property Value
string