Libraries
    Preparing search index...

    Resolved row-version column for a schema, returned by getRowVersionColumn.

    interface RowVersionColumn {
        columnName: string;
        propertyKey: string;
        strategy: RowVersionStrategy;
    }
    Index

    Properties

    columnName: string

    SQL column name (after any hasColumnName() override).

    propertyKey: string

    Schema property name.

    Concurrency-token update strategy.