Anchorage API reference
    Preparing search index...
    interface DurableDatabaseExportStore {
        write(
            input: {
                body: ReadableStream<Uint8Array<ArrayBufferLike>>;
                contentLength?: number;
                databaseId: string;
                fileName: string;
            },
        ): Promise<{ location: string; sha256: string; size: number }>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • input: {
            body: ReadableStream<Uint8Array<ArrayBufferLike>>;
            contentLength?: number;
            databaseId: string;
            fileName: string;
        }

      Returns Promise<{ location: string; sha256: string; size: number }>