Method NotIn
NotIn(string, params MetadataFilterValue[])
Creates a filter matching entries that carry key with a value equal to none of values. A missing key does not match.
public static MetadataFilter NotIn(string key, params MetadataFilterValue[] values)
Parameters
keystringvaluesMetadataFilterValue[]
Returns
NotIn(string, IEnumerable<string>)
Creates a filter matching entries that carry key with a value equal to none of values. A missing key does not match.
public static MetadataFilter NotIn(string key, IEnumerable<string> values)
Parameters
keystringvaluesIEnumerable<string>