Generic distributed data structure commands.
Usage:
clc object [command] [options]clc object list
Prints the distributed objects in the cluster as type-name pairs.
Usage:
clc object list [object-type] [flags]Available object types (case insensitive):
Parameters:
| Parameter | Required | Description | Default | 
|---|---|---|---|
| 
 | Optional | Type of the objects to be listed. If not specified, the command lists all the objects. Available types (case insensitive): 
 Note that CP subsystem objects cannot be listed. | All types | 
| 
 | Optional | Lists the objects with names starting with "__" | N/A | 
Example output:
Assuming you have a map named currency in your cluster:
clc object list
map currency