Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEndRangeValue ¶
GetEndRangeValue - Get end range value to implement "startsWith" expression operator using where clause. For example with sdk.Expression("pk", "startsWith", "Customer#") this translates to: WHERE pk >= {startRangeValue} AND pk < {endRangeValue} WHERE pk >= "Customer#" AND pk < "Customer!"
func ValidateValueRef ¶
ValidateValueRef - validates a document key, used for operations on a single document e.g. Get, Set, Delete
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.