BackupInfo.BackupVersion Struct

Definition

Represents the version of the backup.

public struct BackupInfo.BackupVersion : IComparable<Microsoft.ServiceFabric.Data.BackupInfo.BackupVersion>, IEquatable<Microsoft.ServiceFabric.Data.BackupInfo.BackupVersion>
type BackupInfo.BackupVersion = struct
Public Structure BackupInfo.BackupVersion
Implements IComparable(Of BackupInfo.BackupVersion), IEquatable(Of BackupInfo.BackupVersion)
Inheritance
BackupInfo.BackupVersion
Implements

Constructors

BackupInfo.BackupVersion(Epoch, Int64)

Initializes a new instance of the

Fields

InvalidBackupVersion

Invalid Backup Version.

Properties

Epoch

Gets the at which the backup was taken.

Lsn

Gets the last committed logical sequence number included in the backup.

Methods

CompareTo(BackupInfo+BackupVersion)

Compares this instance with a specified object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified .

Equals(BackupInfo+BackupVersion)

Determines whether this instance and another specified object have the same value.

Equals(Object)

Determines whether this instance and another specified object have the same value.

GetHashCode()

Returns the hash code for this .

Applies to