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

    Interface OneTimeExportStatus

    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

      Status information for one-time export.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Status information for one-time export.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.billing.v1alpha1.OneTimeExportStatus"

    Contains the fully qualified protobuf type name.

    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.