@voidmerge/doc
    Preparing search index...

    Class RequestObjCheck

    Incoming request to validate object data for storage.

    • If this data is not valid, throw an exception.
    • If this data is valid, return ResponseObjCheckOk.
    Index

    Constructors

    Properties

    Constructors

    • Construct a new ObjCheck request instance.

      Parameters

      • input: { data: Uint8Array; meta: ObjMeta }

      Returns RequestObjCheck

    Properties

    data: Uint8Array

    The data to check.

    meta: ObjMeta

    Object metadata.

    type: "objCheckReq"

    Type marker.