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

    Interface NebiusObjectStorageDestination

    interface NebiusObjectStorageDestination {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.v1.NebiusObjectStorageDestination";
        bucket?:
            | { $case: "id"; id: string }
            | { $case: "byName"; byName: NebiusObjectStorageBucketByName };
        objectPrefix: 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.NebiusObjectStorageDestination"
    bucket?:
        | { $case: "id"; id: string }
        | { $case: "byName"; byName: NebiusObjectStorageBucketByName }

    Destination bucket, specified either by ID or by name within a project.

    objectPrefix: string

    Key prefix under which exported objects are written. Defaults to logs/.