Show / Hide Table of Contents

Interface IPredictionFunction

An element of an IQuery that holds the representation of a predictive query prediction

Inherited Members
IExpression.Add(IExpression)
IExpression.And(IExpression)
IExpression.Between(IExpression, IExpression)
IExpression.Collate(ICollation)
IExpression.Divide(IExpression)
IExpression.EqualTo(IExpression)
IExpression.GreaterThan(IExpression)
IExpression.GreaterThanOrEqualTo(IExpression)
IExpression.In(IExpression[])
IExpression.Is(IExpression)
IExpression.IsNot(IExpression)
IExpression.IsNullOrMissing()
IExpression.IsValued()
IExpression.IsNotValued()
IExpression.LessThan(IExpression)
IExpression.LessThanOrEqualTo(IExpression)
IExpression.Like(IExpression)
IExpression.Modulo(IExpression)
IExpression.Multiply(IExpression)
IExpression.NotEqualTo(IExpression)
IExpression.NotNullOrMissing()
IExpression.Or(IExpression)
IExpression.Regex(IExpression)
IExpression.Subtract(IExpression)
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IPredictionFunction : IExpression
Remarks

NOTE: This is an enterprise edition feature

Methods

| Improve this Doc View Source

Property(String)

Gets an expression that will represent the key path to extract from the result of the prediction

Declaration
IExpression Property(string keyPath)
Parameters
Type Name Description
System.String keyPath

The key path to extract from the result of the prediction

Returns
Type Description
IExpression

An expression that can be further acted upon in the QueryBuilder

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX