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. |
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.