SetPartitionKeyAsPK
Whether or not to use the collection's Partition Key field as part of composite Primary Key for the corresponding exposed table.
データ型
bool
デフォルト値
true
解説
By default, this is set to TRUE, and the collection's Partition Key is used as part of the table's composite Primary Key along with the _rid column. If this is set to FALSE, only the _rid column will serve as the Primary Key for the exposed table.