Object Commands


Object Commands are the core tools for interacting with individual files (or "objects") within a DID Space. They provide the fundamental building blocks for all CRUD (Create, Read, Update, Delete) operations, allowing you to upload, download, list, and delete files programmatically.

Each command is designed as a self-contained unit that you send via the SpaceClient. This section provides an overview of the available object commands. Click on any command to view its detailed API reference, including parameters, return values, and code examples.

These commands provide granular control over individual objects. For higher-level operations, such as synchronizing an entire local folder with a remote directory, explore the Sync Commands.