Class SingleContainerJsonStorage<T>

A variant of a JsonResourceStorage where the entries() call does not recursively iterate through all containers. Only the documents that are found in the root container are returned.

This class was created to support migration where different storages are nested in one main .internal container, and we specifically want to only return entries of one storage.

Type Parameters

  • T

Hierarchy (view full)

Constructors

Properties

container: string
logger: Logger = ...

Methods