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

    Interface LifecycleAbortIncompleteMultipartUpload

    interface LifecycleAbortIncompleteMultipartUpload {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1.LifecycleAbortIncompleteMultipartUpload";
        daysAfterInitiation: number;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.storage.v1.LifecycleAbortIncompleteMultipartUpload"
    daysAfterInitiation: number

    Specifies the days since the initiation of an incomplete multipart upload that the system will wait before permanently removing all parts of the upload.