Skip to content

Commit

Permalink
adding comments to locations model
Browse files Browse the repository at this point in the history
  • Loading branch information
rewongmicrosoft committed May 14, 2021
1 parent 17d3f55 commit 2b207e5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ class AzureSqlDatabaseLedgerDigestLocationModel
/// </summary>
public string Endpoint { get; set; }

/// <summary>
/// Gets or sets the last digest block id for this location
/// </summary>
public Int64 LastDigestBlockId { get; set; }

/// <summary>
/// Gets or sets whether this is the current location
/// </summary>
public bool IsCurrent { get; set; }
}
}

0 comments on commit 2b207e5

Please sign in to comment.