Skip to content

Commit 2b207e5

Browse files
adding comments to locations model
1 parent 17d3f55 commit 2b207e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Sql/Sql/LedgerDigestUploads/Model/AzureSqlDatabaseLedgerDigestLocationModel.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ class AzureSqlDatabaseLedgerDigestLocationModel
2626
/// </summary>
2727
public string Endpoint { get; set; }
2828

29+
/// <summary>
30+
/// Gets or sets the last digest block id for this location
31+
/// </summary>
2932
public Int64 LastDigestBlockId { get; set; }
3033

34+
/// <summary>
35+
/// Gets or sets whether this is the current location
36+
/// </summary>
3137
public bool IsCurrent { get; set; }
3238
}
3339
}

0 commit comments

Comments
 (0)