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

    Status information for one-time export.

    interface OneTimeExportStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.OneTimeExportStatus";
        downloadUrl: string;
        expiresAt?: Dayjs;
        state: OneTimeExportState;
        stateDetails?: OneTimeExportStateDetails;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.billing.v1alpha1.OneTimeExportStatus"
    downloadUrl: string

    Presigned download URL for the archive. Populated only when state is DONE. Each Get request generates a fresh URL.

    expiresAt?: Dayjs

    Timestamp when this export expires.

    Current state of the export.

    Additional details about the current state.