@nebius/js-sdk - v0.2.3
    Preparing search index...

    Interface ExportParams

    interface ExportParams {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.v1.ExportParams";
        exportDestination?: {
            $case: "nebiusObjectStorage";
            nebiusObjectStorage: NebiusObjectStorageDestination;
        };
        exportMode?: { $case: "log"; log: LogsExport };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.logging.v1.ExportParams"
    exportDestination?: {
        $case: "nebiusObjectStorage";
        nebiusObjectStorage: NebiusObjectStorageDestination;
    }

    Where to write the exported data.

    exportMode?: { $case: "log"; log: LogsExport }

    What to export: the kind of source data and how to shape it.