Fdb.Directory
Namespace: FoundationDB.Client · class
Static helper class to open named partitions
Methods
BrowseAsync
static Task<Dictionary<string, FdbDirectorySubspace>> BrowseAsync(IFdbReadOnlyTransaction tr, IFdbDirectory parent)
List and open the subdirectories of the given directory
tr— Transaction used for the operationparent— Parent directory
Returns: Dictionary of all the subdirectories of the parent directory.