| Package | Description |
|---|---|
| com.google.cloud.firestore |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<List<QueryPartition>> |
CollectionGroup.getPartitions(long desiredPartitionCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionGroup.getPartitions(long desiredPartitionCount,
com.google.api.gax.rpc.ApiStreamObserver<QueryPartition> observer)
Deprecated.
Please use
CollectionGroup.getPartitions(long) instead. All cursors will be loaded before
any value will be provided to observer. |
Copyright © 2022 Google LLC. All rights reserved.