File

The class which describe the file business object.

NameDescriptionTypeAdditional information
Id

Gets or sets the identifier.

integer

Required

Filename

Gets or sets the filename.

string

Required

Max length: 255

ChangedTimestamp

Gets the date/time on which the file was last changed

date

None.

CreatedTimestamp

Gets the date/time on which the file was created

date

None.

FileLength

integer

Required

Checksum

string

None.

Sequence

Gets or sets the sequence.

integer

None.

Base64Data

Gets or sets the base64 data.

string

None.