Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProjectFileProperties

Package version

Base class for file properties.

Hierarchy

  • ProjectFileProperties

Index

Properties

Optional extension

extension: undefined | string

Optional File extension. If submitted it should not have a leading period and must match the extension from filePath.

Optional filePath

filePath: undefined | string

Relative path of this file resource. This property can be set when creating or updating the file resource.

Optional lastModified

lastModified: Date

Modification DateTime. NOTE: This property will not be serialized. It can only be populated by the server.

Optional mediaType

mediaType: undefined | string

File content type. This property can be modified to reflect the file content type.

Optional size

size: undefined | number

File size. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc