@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Class CollectionRequest<T>

    Request for a full collection from the DB

    Type Parameters

    • T

    Implements

    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • type: Type<T>

        Type of the ressource

      • basePath: Path

        The base path which is the path to the document initiating the request

      • OptionalrelativePath: PathLike

        A path relative to the basepath which is the location of the requested collection

      Returns CollectionRequest<T>

    Properties

    path: Path

    Path to the ressource

    requestType: FullCollection = RequestType.FullCollection

    Type of the request

    type: Type<T>

    Type of the ressource