File property Data Type

The attributes of a File Property for an entity instance.

Properties
Name Type Description
fileName string The name of the file property.
fileType string The type of the file property.
timestamp string The time stamp of the file property in ISO 8601 format.
content string The base64-encoded binary data of the file property.

Example

{
  "fileName" : "BannedPasswords.txt",
  "fileType" : "txt",
  "timestamp" : "2018-02-01T09:46:08.514Z",
  "content" : "cGFzc3dvcmQxCnBhc3N3b3JkMg=="
}