Class ExcludedPath

java.lang.Object
com.azure.cosmos.models.ExcludedPath

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

    • ExcludedPath

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

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object