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

    Interface LogsExport

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

    interface LogsExport {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.v1.LogsExport";
        exportLabels: string[];
        filter?: ExportFilter;
        format: LogsExportFormat;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    exportLabels: string[]

    Label names to include as columns in the exported data. Empty means export all labels.

    filter?: ExportFilter

    Time range and LogQL match expression selecting log entries to export.

    Output file format.