Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する
Commands Reference

Object


The DID Spaces SDK provides a robust set of commands for managing individual objects (files) and directories within your DID Spaces. This section offers an overview of these fundamental operations, allowing you to upload, retrieve, delete, and list your digital assets with ease. Each operation is designed to simplify interaction with your decentralized storage.

For detailed instructions and examples on each specific command, please refer to the dedicated sections linked below:

Core Operations Overview#

Put#

The Put command allows you to upload new files or update existing objects in your DID Space. This is your primary method for adding content to your decentralized storage.

Learn more about Put.

Get#

Use the Get command to retrieve the content of objects from your DID Space. This enables you to access and download your stored data.

Learn more about Get.

Delete#

The Delete command provides the functionality to remove objects from your DID Space. Use this to manage your storage by eliminating unneeded files.

Learn more about Delete.

List#

With the List command, you can retrieve a list of objects and their metadata within a specified directory in your DID Space. This helps you navigate and understand the contents of your storage.

Learn more about List.

Object Command Flow#

The following diagram illustrates how the SpaceClient interacts with the various object management commands:

SpaceClient

Put Object

Get Object

Delete Object

List Objects


This section provided a high-level overview of the object management capabilities within the DID Spaces SDK. To dive deeper into the specifics of each operation, including parameters, return values, and code examples, proceed to the individual command guides. Get started by putting your first object.