Table of Contents

Method GreaterThan

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

GreaterThan(string, MetadataFilterValue)

Creates a filter matching entries whose value for key is strictly greater than value.

public static MetadataFilter GreaterThan(string key, MetadataFilterValue value)

Parameters

key string
value MetadataFilterValue

Returns

MetadataFilter
Share