Class IncludedPath

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

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

    • IncludedPath

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object