Bases: rucio.client.baseclient.BaseClient
Meta client class for working with data identifier attributes
Sends the request to add a new key.
Parameters: |
|
---|---|
Returns: | True if key was created successfully. |
Raises Duplicate: | |
if key already exists. |
Sends the request to add a value to a key.
Parameters: |
|
---|---|
Returns: | True if value was created successfully. |
Raises Duplicate: | |
if valid already exists. |
Delete a value for a key.
Parameters: |
|
---|
Sends the request to list all keys.
Returns: | a list containing the names of all keys. |
---|