diff --git a/Microsoft.Azure.Cosmos/src/Resource/Settings/IndexingPolicy.cs b/Microsoft.Azure.Cosmos/src/Resource/Settings/IndexingPolicy.cs index 8b4d7fd770..ef4e35cf8b 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Settings/IndexingPolicy.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Settings/IndexingPolicy.cs @@ -116,6 +116,14 @@ public IndexingPolicy() [JsonProperty(PropertyName = Constants.Properties.SpatialIndexes)] public Collection SpatialIndexes { get; internal set; } = new Collection(); +#if INTERNAL + /// + /// Indexing policy annotation. + /// + [JsonProperty(PropertyName = "annotation")] + public string Annotation { get; set; } +#endif + #region EqualityComparers internal sealed class CompositePathEqualityComparer : IEqualityComparer {