ObjectFile
Description
The ObjectFile class extends the file and adds the parent information.
Properties
Name | Type | Description |
---|---|---|
accessed_at_utc | {seconds: number nanos: number } | |
changed_at_utc | {seconds: number nanos: number } | |
created_at_utc | {seconds: number nanos: number } | |
extension | string | |
file_ver | IFileVer | |
flags | IOBJECTFILEFLAGS | |
guid | string | |
is_content_volatile | boolean | |
is_missing | boolean | |
master_storage_file_ref | string | |
md5_checksum | string | |
parent | ObjectVersionEx | The parent object version info. |
size | number | |
size_precision | FileSizePrecision | |
title | string | |
written_at_utc | {seconds: number nanos: number } |