TableQuery.Operators Class

  • java.lang.Object
    • com.microsoft.azure.storage.table.TableQuery.Operators

public class Operators

A static class that maps identifiers to filter expression operators.

Field Summary

Modifier and Type Field and Description
final String AND

And

final String NOT

Not

final String OR

Or

Field Details

AND

public static final String AND= "and"

And

NOT

public static final String NOT= "not"

Not

OR

public static final String OR= "or"

Or

Applies to