| HintsTimestampBetween Method (Int64, Int64) |
Note: This API is now obsolete.
Returns a hint that expects a reply with events, that have timestamp from between provided range of values (left side inclusive).
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 IHint TimestampBetween(
long from,
long to
)
[<ObsoleteAttribute("Existing SQL persistence query will be obsoleted once Akka.Persistence.Query comes out.")>]
static member TimestampBetween :
from : int64 *
to : int64 -> IHint
Parameters
- from
- Type: SystemInt64
TBD - to
- Type: SystemInt64
TBD
Return Value
Type:
IHintTBD
See Also