Options
All
  • Public
  • Public/Protected
  • All
Menu

The data structure representing the file metadata.

Hierarchy

  • FileEntry

Index

Properties

checkedOutBy?: User

The last checked out user.

checkedOutOn?: string

The last checked out date.

createdBy?: User

The author.

createdOn?: string

The creation date.

deletedBy?: User

The user that deleted the file.

deletedOn?: string

The deletion date.

hash?: string

The hash.

hidden?: boolean

Defines the visibility state.

id: string

The identifier.

modifiedBy?: User

The user that modified the file.

modifiedOn?: string

The last modification date.

name: string

The file name.

parentId?: string

The parent identifier.

parentType?: string

The parent type.

projectId?: string

The project identifier.

revision?: number

The revision number.

runtimeId?: string

The runtime identifier.

runtimeType?: string

The runtime file type.

size?: number

The file size.

status?: string

The assimilation status.

thumbnailUrl?: string[]

The thumbnail url.

type: string

The file or folder file entry type.

versionId?: string

The version identifier.