dodal.common.visit.DirectoryServiceClientBase#

class dodal.common.visit.DirectoryServiceClientBase[source]#

Object responsible for I/O in determining collection number

Methods

create_new_collection()

Create new collection

get_current_collection()

Get current collection

abstract async create_new_collection() DataCollectionIdentifier[source]#

Create new collection

Return type:

DataCollectionIdentifier

abstract async get_current_collection() DataCollectionIdentifier[source]#

Get current collection

Return type:

DataCollectionIdentifier