@opentdf/sdk
    Preparing search index...

    Type Alias Segment

    type Segment = {
        encryptedSegmentSize?: number;
        hash: string;
        segmentSize?: number;
    }
    Index

    Properties

    encryptedSegmentSize?: number
    hash: string
    segmentSize?: number