On this page

    File

    Represents a file in Dremio. All files returned by the REST API will have an entityType of file.

    The JSON representation of a file looks like this:

    File object
    {
      "entityType": "file" [immutable, generated by Dremio],
      "id": String [immutable, generated by Dremio],
      "path": [String] [immutable, generated by Dremio]
    }
    
    Name Type Description
    id String File ID. Generated by Dremio, immutable.
    path [String] Catalog Entity path. Immutable after creation.