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

    Interface LifecycleAccessFilter_Condition

    interface LifecycleAccessFilter_Condition {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1.LifecycleAccessFilter.Condition";
        methods: LifecycleAccessFilter_Condition_Method[];
        type: LifecycleAccessFilter_Condition_Type;
        userAgents: string[];
        [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.Condition"

    The s3 methods to match. An empty list matches all methods

    userAgents: string[]

    User agents to match. Condition is satisfied if the request's user agent contains any of these substrings. An empty list matches all user agents.