store_uri

@accepts(RB.ExtDBKey, RB.ExtDBSourceType, utf8)
@returns(none)
def store_uri(key, source_type, uri)

Stores an item identified by @uri in the metadata store so that lookups matching @key will return it.

key :

metadata storage key

source_type :

metadata source type

uri :

URI of the item to store