Interface PostPartitionViewOptions.Update

Enclosing class:
PostPartitionViewOptions

public static interface PostPartitionViewOptions.Update
Parameter to specify whether or not the view in question should be updated prior to responding to the user. * `true` - Return results after the view is updated. * `false` - Return results without updating the view. * `lazy` - Return the view results without waiting for an update, but update them immediately after the request.