Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface File

Package version

interface

An interface representing File. Properties of the file or directory.

Hierarchy

  • File

Index

Properties

Optional contentLength

contentLength: undefined | number
member

{number} [contentLength] Content length. The file of the size. NOTE: This property will not be serialized. It can only be populated by the server.

Optional downloadUrl

downloadUrl: undefined | string
member

{string} [downloadUrl] Download URL. URL to download the corresponding file. The downloadUrl is not returned for directories. NOTE: This property will not be serialized. It can only be populated by the server.

Optional fileType

fileType: FileType
member

{FileType} [fileType] File type. Type of the file. Possible values are file and directory. Possible values include: 'file', 'directory' NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModified

lastModified: Date
member

{Date} [lastModified] Last modified time. The time at which the file was last modified. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] Name. Name of the file. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc