public abstract class ReadOption extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ReadOption.EventualConsistency
Specifies eventual consistency for reads from Datastore.
|
Modifier and Type | Method and Description |
---|---|
static ReadOption.EventualConsistency |
eventualConsistency()
Returns a
ReadOption that specifies eventual consistency, allowing Datastore to return
stale results from gets, fetches, and ancestor queries. |
public static ReadOption.EventualConsistency eventualConsistency()
ReadOption
that specifies eventual consistency, allowing Datastore to return
stale results from gets, fetches, and ancestor queries.Copyright © 2019 Google LLC. All rights reserved.