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

    Interface ExportLogsRequest

    interface ExportLogsRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.v1.ExportLogsRequest";
        params?: ExportParams;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.logging.v1.ExportLogsRequest"
    params?: ExportParams

    What to export and where to write it.

    parentId: string

    Project ID whose logs are exported. Also used as the default owner of the destination bucket when the bucket is resolved by name and --bucket-parent-id is not set.