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

    Interface ExportStatus

    interface ExportStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.v1.ExportStatus";
        operation?: Operation;
        resultPath: string[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.logging.v1.ExportStatus"
    operation?: Operation

    Long-running operation backing the export.

    resultPath: string[]

    Path to the resulting objects in the destination bucket, as an ordered sequence of segments (join with / to get the full path). Individual objects appear below this prefix under <timestamp>/<segment>.<ext> (e.g. logs/oplogexport-.../2025-12-21-20:00:00/0.parquet).