@opentdf/sdk
    Preparing search index...

    Type Alias NanoTDFCollectionWriter

    A writer for NanoTDF collections.

    type NanoTDFCollectionWriter = {
        close: () => Promise<void>;
        encrypt: (source: Source) => Promise<ReadableStream<Uint8Array>>;
    }
    Index

    Properties

    Properties

    close: () => Promise<void>

    Closes the collection and releases any resources.

    encrypt: (source: Source) => Promise<ReadableStream<Uint8Array>>

    The NanoTDF client used for encrypting data in this collection.