Table of Contents

Class QueryComparisons

Namespace
Microsoft.Azure.Cosmos.Table
Assembly
Microsoft.Azure.Cosmos.Table.dll
public static class QueryComparisons
Inheritance
QueryComparisons
Inherited Members

Fields

Equal

public const string Equal = "eq"

Field Value

string

GreaterThan

public const string GreaterThan = "gt"

Field Value

string

GreaterThanOrEqual

public const string GreaterThanOrEqual = "ge"

Field Value

string

LessThan

public const string LessThan = "lt"

Field Value

string

LessThanOrEqual

public const string LessThanOrEqual = "le"

Field Value

string

NotEqual

public const string NotEqual = "ne"

Field Value

string