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

    Interface FieldOptions_OptionRetentionValueMembers

    Defines the static values of FieldOptions_OptionRetention.

    interface FieldOptions_OptionRetentionValueMembers {
        RETENTION_RUNTIME: EnumInstance<
            | "UNRECOGNIZED"
            | "RETENTION_UNKNOWN"
            | "RETENTION_RUNTIME"
            | "RETENTION_SOURCE",
        >;
        RETENTION_SOURCE: EnumInstance<
            | "UNRECOGNIZED"
            | "RETENTION_UNKNOWN"
            | "RETENTION_RUNTIME"
            | "RETENTION_SOURCE",
        >;
        RETENTION_UNKNOWN: EnumInstance<
            | "UNRECOGNIZED"
            | "RETENTION_UNKNOWN"
            | "RETENTION_RUNTIME"
            | "RETENTION_SOURCE",
        >;
    }
    Index
    RETENTION_RUNTIME: EnumInstance<
        | "UNRECOGNIZED"
        | "RETENTION_UNKNOWN"
        | "RETENTION_RUNTIME"
        | "RETENTION_SOURCE",
    >

    Represents the RETENTION_RUNTIME protobuf enum value.

    RETENTION_SOURCE: EnumInstance<
        | "UNRECOGNIZED"
        | "RETENTION_UNKNOWN"
        | "RETENTION_RUNTIME"
        | "RETENTION_SOURCE",
    >

    Represents the RETENTION_SOURCE protobuf enum value.

    RETENTION_UNKNOWN: EnumInstance<
        | "UNRECOGNIZED"
        | "RETENTION_UNKNOWN"
        | "RETENTION_RUNTIME"
        | "RETENTION_SOURCE",
    >

    Represents the RETENTION_UNKNOWN protobuf enum value.