VIVOTEK
|
| to the end of Jan 1st 2008. |
limit | <positive integer> | Optional. |
|
| Limit the maximum number of returned search records. |
|
|
|
offset | <positive integer> | Optional. |
|
| Specifies how many rows to skip at the beginning of the |
|
| matched records. |
|
| Note that the offset keyword is used after limit keyword. |
|
|
|
To increase the flexibility of search command, you may use “OR” connectors for logical “OR” search operations. Moreover, to search for a specific time period, you can use “TO” connector.
Ex. To search records triggered by motion or di or sequential and also triggered between
Command: delete
PARAMETER |
| VALUE |
| DESCRIPTION |
|
label |
| <integer primary key> |
| Required. |
|
|
|
|
| Identify the designated record. |
|
|
|
|
| Ex. label=1 |
|
|
|
|
|
|
|
Ex. Delete records whose key numbers are 1, 4, and 8.
Command: update
PARAMETER |
| VALUE |
| DESCRIPTION |
|
label |
| <integer primary key> |
| Required. |
|
|
|
|
| Identify the designated record. |
|
|
|
|
| Ex. label=1 |
|
|
|
|
|
|
|
isLocked |
| <boolean> |
| Required. |
|
|
|
|
| Indicate if the file is locked or not. |
|
|
|
|
|
|
|
Ex. Update records whose key numbers are 1 and 5 to be locked status.
Ex. Update records whose key numbers are 2 and 3 to be unlocked status.
200 - User's Manual