Skip to content

Commit

Permalink
Improve CatalogProessorOptions comments
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Feb 12, 2020
1 parent 30aa9c2 commit 15b2060
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BaGet.Protocol/Catalog/CatalogProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ public class CatalogProcessorOptions

/// <summary>
/// The absolute minimum (exclusive) commit timestamp to process in the catalog.
/// Use this to filter out catalog items that are "too old".
/// Set this to <see cref="DateTimeOffset.MinValue"/> to process all catalog items.
/// </summary>
public DateTimeOffset MinCommitTimestamp { get; set; }

/// <summary>
/// The absolute maximum (inclusive) commit timestamp to process in the catalog.
/// Use this to filter out catalog items that are "too new".
/// Set this to <see cref="DateTimeOffset.MaxValue"/> to process all catalog items.
/// </summary>
public DateTimeOffset MaxCommitTimestamp { get; set; }

Expand Down

0 comments on commit 15b2060

Please sign in to comment.