Skip to content

Commit

Permalink
Add annotation to indexing policy (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
bemill authored Feb 24, 2021
1 parent aff24f4 commit 661f72c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ public IndexingPolicy()
[JsonProperty(PropertyName = Constants.Properties.SpatialIndexes)]
public Collection<SpatialPath> SpatialIndexes { get; internal set; } = new Collection<SpatialPath>();

#if INTERNAL
/// <summary>
/// Indexing policy annotation.
/// </summary>
[JsonProperty(PropertyName = "annotation")]
public string Annotation { get; set; }
#endif

#region EqualityComparers
internal sealed class CompositePathEqualityComparer : IEqualityComparer<CompositePath>
{
Expand Down

0 comments on commit 661f72c

Please sign in to comment.