We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcce407 commit 98d0b75Copy full SHA for 98d0b75
src/main/java/com/oracle/nosql/spring/data/core/mapping/NosqlKey.java
@@ -51,9 +51,10 @@
51
ElementType.METHOD})
52
public @interface NosqlKey {
53
/**
54
- * Specifies whether the field comprises the shard key or not. Default value
+ * Specifies whether the field is part of the shard key or not. Default value
55
* is {@link com.oracle.nosql.spring.data.Constants#NOTSET_SHARD_KEY}.
56
- *
+ * Shard keys affect distribution of rows across shards and atomicity of
57
+ * operations on a single shard.
58
* @since 1.6.0
59
*/
60
boolean shardKey() default NOTSET_SHARD_KEY;
0 commit comments