findFile(byId:)

    Finds a single file in this GridFS bucket that matches `_id == id``.

    GridFSBucket.swift:91
    func findFile(byId id: Primitive) async throws -> GridFSFile?

    Parameters

    id

    The _id of the file to find

    Other members in extension

    Type members

    Instance members