Click or drag to resize
Akka.NETHints Class

Note: This API is now obsolete.

TBD
Inheritance Hierarchy
SystemObject
  Akka.Persistence.Sql.Common.QueriesHints

Namespace:  Akka.Persistence.Sql.Common.Queries
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("Existing SQL persistence query will be obsoleted once Akka.Persistence.Query comes out.")]
public static class Hints

The Hints type exposes the following members.

Methods
  NameDescription
Public methodStatic memberManifest Obsolete.
Returns a hint that expects a reply with events with matching manifest.
Public methodStatic memberPersistenceIds Obsolete.
Returns a hint that expects a reply with events from provided set of persistence ids.
Public methodStatic memberTimestampAfter(DateTime) Obsolete.
Returns a hint that expects a reply with events, that have timestamp value after or equal provided date.
Public methodStatic memberTimestampAfter(Int64) Obsolete.
Returns a hint that expects a reply with events, that have timestamp value after or equal provided date.
Public methodStatic memberTimestampBefore(DateTime) Obsolete.
Returns a hint that expects a reply with events, that have timestamp value before provided date.
Public methodStatic memberTimestampBefore(Int64) Obsolete.
Returns a hint that expects a reply with events, that have timestamp value before provided date.
Public methodStatic memberTimestampBetween(DateTime, DateTime) Obsolete.
Returns a hint that expects a reply with events, that have timestamp from between provided range of values (left side inclusive).
Public methodStatic memberTimestampBetween(Int64, Int64) Obsolete.
Returns a hint that expects a reply with events, that have timestamp from between provided range of values (left side inclusive).
Top
See Also