Class DatastoreV1.DeleteKey

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<com.google.datastore.v1.Key>,PDone>
org.apache.beam.sdk.io.gcp.datastore.DatastoreV1.DeleteKey
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
DatastoreV1

public static class DatastoreV1.DeleteKey extends PTransform<PCollection<com.google.datastore.v1.Key>,PDone>
A PTransform that deletes Entities associated with the given Keys from Cloud Datastore.
See Also: