OBJECT

BrowseResponse

Description

Supported in v5.0+

link GraphQL Schema definition

  • type BrowseResponse {
  • # Supported in v5.0+
  • # The type of file, either a regular file or a directory.
  • fileMode: String
  • # Supported in v5.0+
  • # The name of the file.
  • filename: String
  • # Supported in v5.0+
  • lastModified: String
  • # Supported in v5.0+
  • # The complete path of the file.
  • path: String
  • # Supported in v5.0+
  • size: Long
  • # Supported in v5.0+
  • # Description about the status.
  • statusMessage: String
  • # Supported in v5.3+
  • # Reason the file is unreadable. Undefined if the file is readable.
  • unreadable: Int
  • }