@karmaniverous/entity-client-dynamodb
    Preparing search index...

    Interface VersionDir

    A discovered version directory under tablesPath.

    interface VersionDir {
        token: string;
        value: number;
    }
    Index

    Properties

    Properties

    token: string

    Directory token (digit-only, as found on disk).

    value: number

    Parsed numeric value of the token.