Class IncludedPath


  • public class IncludedPath
    extends JsonSerializable
    Represents an included path of the IndexingPolicy in the Azure Cosmos DB database service.
    • Constructor Detail

      • IncludedPath

        public IncludedPath()
        Constructor.
      • IncludedPath

        public IncludedPath​(String jsonString)
        Constructor.
        Parameters:
        jsonString - the json string that represents the included path.
    • Method Detail

      • path

        public String path()
        Gets path.
        Returns:
        the path.
      • path

        public IncludedPath path​(String path)
        Sets path.
        Parameters:
        path - the path.
        Returns:
        the Included Path.
      • indexes

        public Collection<Index> indexes()
        Gets the paths that are chosen to be indexed by the user.
        Returns:
        the included paths.