Class ProjectionEntity

java.lang.Object
com.google.cloud.datastore.BaseEntity<Key>
com.google.cloud.datastore.ProjectionEntity
All Implemented Interfaces:
Serializable

public final class ProjectionEntity extends BaseEntity<Key>
A projection entity is a result of a Google Cloud Datastore projection query. A projection entity holds one or more properties, represented by a name (as String) and a value (as Value), and may have a Key.
See Also: