Class CosmosPatchItemRequestOptions

    • Constructor Detail

      • CosmosPatchItemRequestOptions

        public CosmosPatchItemRequestOptions()
        Constructor
    • Method Detail

      • getFilterPredicate

        public String getFilterPredicate()
        Gets the FilterPredicate associated with the request in the Azure Cosmos DB service.
        Returns:
        the FilterPredicate associated with the request.
      • setFilterPredicate

        public CosmosPatchItemRequestOptions setFilterPredicate​(String filterPredicate)
        Sets the FilterPredicate associated with the request in the Azure Cosmos DB service. for example: setFilterPredicate("from c where c.taskNum = 3").
        Parameters:
        filterPredicate - the filterPredicate associated with the request.
        Returns:
        the current request options