Package | Description |
---|---|
com.google.cloud.firestore |
Modifier and Type | Method and Description |
---|---|
BulkWriter |
Firestore.bulkWriter()
Creates a
BulkWriter instance, used for performing multiple writes in parallel. |
BulkWriter |
Firestore.bulkWriter(BulkWriterOptions options)
Creates a
BulkWriter instance, used for performing multiple writes in parallel. |
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<Void> |
Firestore.recursiveDelete(CollectionReference reference,
BulkWriter bulkWriter)
Recursively deletes all documents and subcollections at and under the specified level.
|
com.google.api.core.ApiFuture<Void> |
Firestore.recursiveDelete(DocumentReference reference,
BulkWriter bulkWriter)
Recursively deletes all documents and subcollections at and under the specified level.
|
Copyright © 2023 Google LLC. All rights reserved.