Class IncludedPath


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

      • IncludedPath

        public IncludedPath​(String path)
        Constructor.
        Parameters:
        path - the included path.
    • Method Detail

      • getPath

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object