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

    Interface ExportStatus

    Represents the nebius.logging.v1.ExportStatus protobuf message.

    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

      Represents the nebius.logging.v1.ExportStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.logging.v1.ExportStatus protobuf message.

            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.logging.v1.ExportStatus"

    Contains the fully qualified protobuf type name.

    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).