Interface IPredictionFunction
An element of an IQuery that holds the representation of a predictive query prediction
Inherited Members
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 SourceProperty(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 |