> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/edge/nexus-modules/data-connector-modules/filetransfermodule/direct-commands/listblobcontainers.md).

# ListBlobContainers

Calling this method list the blob containers from blob storage.

### **Method Name:**

ListBlobContainers

### **Payload:**

The direct command does not require any parameters:

```
{
}
```

### **Return value**

The direct command returns an OperationResult that indicates either success or failure, along with a list of strings containing container names.
