@BetaApi public final class RecursiveDelete extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_PENDING_OPS
The query limit used for recursive deletes when fetching all descendants of the specified
reference to delete.
|
static int |
MIN_PENDING_OPS
The number of pending BulkWriter operations at which RecursiveDelete starts the next limit
query to fetch descendants.
|
static String |
REFERENCE_NAME_MIN_ID
Datastore allowed numeric IDs where Firestore only allows strings.
|
public static final String REFERENCE_NAME_MIN_ID
This constant is used to specify startAt/endAt values when querying for all descendants in a single collection.
public static final int MAX_PENDING_OPS
public static final int MIN_PENDING_OPS
public com.google.api.core.ApiFuture<Void> run()
Copyright © 2023 Google LLC. All rights reserved.