Viewing IDs of the objects in the Storage

When an object is placed in the Storage, the application assigns a numeric ID to it. This ID is used to perform actions on the object, such as restoring or removing the object from the Storage.

To view the IDs of the objects in the Storage, execute the following command:

kesl-control -B --query

The object ID is displayed in the ObjectId string.

Page top