Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileEntityProperties

Package version

File entity property bag.

Hierarchy

Index

Properties

Optional additionalData

additionalData: undefined | {}

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

Optional directory

directory: undefined | string

The full path to the file. NOTE: This property will not be serialized. It can only be populated by the server.

Optional fileHashEntityIds

fileHashEntityIds: string[]

The file hash entity identifiers associated with this file NOTE: This property will not be serialized. It can only be populated by the server.

Optional fileName

fileName: undefined | string

The file name without path (some alerts might not include path). NOTE: This property will not be serialized. It can only be populated by the server.

Optional friendlyName

friendlyName: undefined | string

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional hostEntityId

hostEntityId: undefined | string

The Host entity id which the file belongs to NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc