AS.takeSnapshot()
Signature
Object[] takeSnapshot(String destinationUri, SimpleEvent eventTemplate, String browserTypeStr, String distributionScope, int timeout, long prefetch, String filter)
Domain
ACTION, CONDITION, QUERY, BUI
Description
Take snapshot of the entries that match the conditions you specified in the associated Space.
Parameters
Name | Type | Description |
destinationUri | String | AS Destination URI |
eventTemplate | SimpleEvent | SimpleEvent Template |
browserTypeStr | String | BrowserType: GET or TAKE |
distributionScope | String | DistributionScope: ALL or SEEDED |
timeout | int | Timeout |
prefetch | long | The number of events will be prefetched |
filter | String | Query condition |
Returns
Type | Description |
SimpleEvent[] or Object[M][N][2] | The matched events |