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

    Interface LifecycleAccessFilter

    Specifies which requests are included in days_since_last_access calculations.

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

    Indexable

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

    Properties

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

    A request is included in days_since_last_access calculations if:

    • The first condition matching the request has INCLUDE type. OR
    • The request doesn't match any conditions