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

    Interface NebiusObjectStorageBucketByName

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

    Name of the destination Object Storage bucket.

    parentId: string

    Project ID that owns the bucket. Required only when the bucket lives in a different project than --parent-id; defaults to --parent-id otherwise.