@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias UpdateFeaturesRequest

    UpdateFeatures request payload.

    type UpdateFeaturesRequest = {
        featureUpdates: readonly FeatureUpdateKey[];
        taggedFields?: readonly TaggedField[];
        timeoutMs: number;
        validateOnly?: boolean;
    }
    Index

    Properties

    featureUpdates: readonly FeatureUpdateKey[]

    The feature updates.

    taggedFields?: readonly TaggedField[]

    Tagged fields.

    timeoutMs: number

    Timeout in milliseconds.

    validateOnly?: boolean

    Whether to validate only without applying (v1+).