Skip to content

Commit

Permalink
refs: issue-27728, Improve java sdk docs (#27724)
Browse files Browse the repository at this point in the history
* Keep the docs consistent between SDKs

* Update DatastoreV1.java

* Update DatastoreV1.java
  • Loading branch information
Laksh47 authored Jul 28, 2023
1 parent 1b6d281 commit d966b6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ public DatastoreV1.Read withNamespace(ValueProvider<String> namespace) {
* chosen dynamically at runtime based on the query data size.
* <li>Any value greater than {@link Read#NUM_QUERY_SPLITS_MAX} will be capped at {@code
* NUM_QUERY_SPLITS_MAX}.
* <li>If the {@code query} has a user limit set, then {@code numQuerySplits} will be ignored
* and no split will be performed.
* <li>If the {@code query} has a user limit set, or contains inequality filters, then {@code
* numQuerySplits} will be ignored and no split will be performed.
* <li>Under certain cases Cloud Datastore is unable to split query to the requested number of
* splits. In such cases we just use whatever the Cloud Datastore returns.
* </ul>
Expand Down

0 comments on commit d966b6b

Please sign in to comment.