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

    Interface LifecycleNoncurrentVersionTransition

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

    Indexable

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

    Properties

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

    Specifies how many noncurrent versions the system will retain without transition.

    noncurrentDays: number

    Specifies the number of days an object is noncurrent before the system will transit it.

    storageClass: StorageClass

    Target storage class to transit to.