Uses of Class
com.google.cloud.firestore.BulkWriter
Packages that use BulkWriter
-
Uses of BulkWriter in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return BulkWriterModifier and TypeMethodDescriptionFirestore.bulkWriter()Creates aBulkWriterinstance, used for performing multiple writes in parallel.Firestore.bulkWriter(BulkWriterOptions options) Creates aBulkWriterinstance, used for performing multiple writes in parallel.Methods in com.google.cloud.firestore with parameters of type BulkWriterModifier and TypeMethodDescriptioncom.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.