# Dbfs

Stores the attributes of a file or directory.

## The FileInfo object

- [dbfs/object.md](dbfs/object.md)

## Endpoints

### Get

- [GET /api/2.0/dbfs/get-status](get-status.md)

### List

- [GET /api/2.0/dbfs/list](list.md)

### Create

- [POST /api/2.0/dbfs/create](create.md)

### Delete

- [POST /api/2.0/dbfs/delete](delete.md)

### Add Block

- [POST /api/2.0/dbfs/add-block](add-block.md)

### Close

- [POST /api/2.0/dbfs/close](close.md)

### Mkdirs

- [POST /api/2.0/dbfs/mkdirs](mkdirs.md)

### Move

- [POST /api/2.0/dbfs/move](move.md)

### Put

- [POST /api/2.0/dbfs/put](put.md)

### Read

- [GET /api/2.0/dbfs/read](read.md)

