See: Description
Class | Description |
---|---|
DatastoreIO |
DatastoreIO provides an API for reading from and writing to Google Cloud Datastore over different
versions of the Cloud Datastore Client libraries. |
DatastoreV1 |
DatastoreV1 provides an API to Read, Write and Delete PCollections of
Google Cloud Datastore version v1 Entity objects. |
DatastoreV1.DeleteEntity |
A
PTransform that deletes Entities from Cloud Datastore. |
DatastoreV1.DeleteKey | |
DatastoreV1.Read |
A
PTransform that reads the result rows of a Cloud Datastore query as Entity
objects. |
DatastoreV1.Write |
A
PTransform that writes Entity objects to Cloud Datastore. |
DataStoreV1SchemaIOProvider |
An implementation of
SchemaIOProvider for reading and writing payloads with DatastoreIO . |
DataStoreV1SchemaIOProvider.DataStoreV1SchemaIO |
An abstraction to create schema aware IOs.
|
EntityToRow | |
RampupThrottlingFn<T> |
An implementation of a client-side throttler that enforces a gradual ramp-up, broadly in line
with Datastore best practices.
|
RowToEntity |