Class ExcludedPath


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

      • ExcludedPath

        public ExcludedPath​(String path)
        Constructor.
        Parameters:
        path - the excluded path.
    • Method Detail

      • getPath

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

        public ExcludedPath setPath​(String path)
        Sets path.
        Parameters:
        path - the path.
        Returns:
        the excluded path.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object