Operation to retrieve an item by namespace and ID.

interface GetOperation {
    key: string;
    namespace: string[];
}

Properties

Properties

key: string

Unique identifier within the namespace.

namespace: string[]

Hierarchical path for the item.