Class DatastoreIdentityProjection

Direct Known Subclasses:
Datastore

@Deprecated(since="0.15.3", forRemoval=false) public class DatastoreIdentityProjection extends DatastoreIdentity
Deprecated.
replaced by DatastoreIdentity since 0.15.3 for naming improvements
Provides a subset of properties from the Datastore object for doing a sync match comparison with less bandwidth usage and memory footprint. This is a DTO Projection object
See Also:
  • Constructor Details

    • DatastoreIdentityProjection

      public DatastoreIdentityProjection()
      Deprecated.
    • DatastoreIdentityProjection

      public DatastoreIdentityProjection(Long cloudId, String externalId)
      Deprecated.