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

    Interface ExportParams

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

    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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.logging.v1.ExportParams 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.ExportParams"

    Contains the fully qualified protobuf type name.

    exportDestination?: {
        $case: "nebiusObjectStorage";
        nebiusObjectStorage: NebiusObjectStorageDestination;
    }

    Where to write the exported data.

    Type Declaration

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

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

    Type Declaration

    • $case: "log"

      Contains the case.

    • log: LogsExport

      Contains the log.