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

    Type Alias DeleteRecordsPartitionRequest

    A partition within a DeleteRecords request topic.

    type DeleteRecordsPartitionRequest = {
        offset: bigint;
        partitionIndex: number;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    offset: bigint

    The deletion offset — records before this offset will be deleted. Use -1 for high watermark.

    partitionIndex: number

    Partition index.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v2+).