Search Results for

    Show / Hide Table of Contents

    Class SnapshotSelectionCriteria

    Selection criteria for loading and deleting a snapshots.

    Inheritance
    object
    SnapshotSelectionCriteria
    Implements
    IEquatable<SnapshotSelectionCriteria>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Persistence
    Assembly: Akka.Persistence.dll
    Syntax
    [Serializable]
    public sealed class SnapshotSelectionCriteria : IEquatable<SnapshotSelectionCriteria>

    Constructors

    | Edit this page View Source

    SnapshotSelectionCriteria(long)

    Initializes a new instance of the SnapshotSelectionCriteria class.

    Declaration
    public SnapshotSelectionCriteria(long maxSequenceNr)
    Parameters
    Type Name Description
    long maxSequenceNr

    Upper bound for a selected snapshot's sequence number.

    | Edit this page View Source

    SnapshotSelectionCriteria(long, DateTime, long, DateTime?)

    Initializes a new instance of the SnapshotSelectionCriteria class.

    Declaration
    [JsonConstructor]
    public SnapshotSelectionCriteria(long maxSequenceNr, DateTime maxTimeStamp, long minSequenceNr = 0, DateTime? minTimestamp = null)
    Parameters
    Type Name Description
    long maxSequenceNr

    Upper bound for a selected snapshot's sequence number.

    DateTime maxTimeStamp

    Upper bound for a selected snapshot's timestamp.

    long minSequenceNr

    Lower bound for a selected snapshot's sequence number

    DateTime? minTimestamp

    Lower bound for a selected snapshot's timestamp

    Properties

    | Edit this page View Source

    Latest

    The latest saved snapshot.

    Declaration
    public static SnapshotSelectionCriteria Latest { get; }
    Property Value
    Type Description
    SnapshotSelectionCriteria
    | Edit this page View Source

    MaxSequenceNr

    Upper bound for a selected snapshot's sequence number.

    Declaration
    public long MaxSequenceNr { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    MaxTimeStamp

    Upper bound for a selected snapshot's timestamp.

    Declaration
    public DateTime MaxTimeStamp { get; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    MinSequenceNr

    Lower bound for a selected snapshot's sequence number

    Declaration
    public long MinSequenceNr { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    MinTimestamp

    Lower bound for a selected snapshot's timestamp

    Declaration
    public DateTime? MinTimestamp { get; }
    Property Value
    Type Description
    DateTime?
    | Edit this page View Source

    None

    No saved snapshot matches.

    Declaration
    public static SnapshotSelectionCriteria None { get; }
    Property Value
    Type Description
    SnapshotSelectionCriteria

    Methods

    | Edit this page View Source

    Equals(SnapshotSelectionCriteria)

    Declaration
    public bool Equals(SnapshotSelectionCriteria other)
    Parameters
    Type Name Description
    SnapshotSelectionCriteria other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IEquatable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET