interface PrimaryKeyInfo {
    isCustomPrimaryKey: boolean;
    primaryKeyFieldName: string;
    sortKeyFieldNames: string[];
}

Properties

isCustomPrimaryKey: boolean
primaryKeyFieldName: string
sortKeyFieldNames: string[]