Class ExcludedPath


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

      • ExcludedPath

        public ExcludedPath()
        Constructor.
    • Method Detail

      • path

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

        public ExcludedPath path​(String path)
        Sets path.
        Parameters:
        path - the path.
        Returns:
        the Exculded path.