transction type module

Define list of supported transaction types.

class pdbstore.store.transaction_type.TransactionType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

List of predefined transaction types.

ADD = 'add'

Add a new transaction

DEL = 'del'

Delete an existing transaction

FETCH = 'fetch'

Search and extract files from symbol store

QUERY = 'query'

Query files from symbol store

UNUSED = 'unused'

Find all files not used since a specific date from symbol store