Skip to content

Flesh out point-in-time query #457

Closed
@sammefford

Description

@sammefford

In #420 we added support for point-in-time queries to support DMSDK requirement for pagination and export at a consistent snapshot. But since the new methods are public, we should flesh out the implementation.

  1. support /v1/values
  2. support /v1/rows
  3. support /v1/graphs
  4. add a simple way to get the server timestamp (right now you have to do a search or a read)
  5. throw an error if a handle is sent to a write method with a server timestamp set (since that's not allowed)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions