Fixes #13756 - DocumentDb - Invalid IndexingPolicy.IncludedPath definition (#13758)

This commit is contained in:
Ivan Nikitin
2017-01-12 18:43:40 +01:00
committed by Sheetal Nandi
parent 652c54beeb
commit 286cf49144

View File

@@ -231,7 +231,7 @@ interface IndexingPolicy {
indexingMode: string;
/** An array of {@link IndexingPath} represents The paths to be incuded for indexing. */
IncludedPath: IndexingPath[];
IncludedPaths: IndexingPath[];
/** An array of strings representing the paths to be excluded from indexing. */
ExcludedPaths: string[];