BulkOp Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Specification and arguments for an individual operation (request) in a bulk request set.
Inheritance
- 
      System.Object
      - BulkOp
 
Syntax
[ValueClass]
public class BulkOp : IBulkOpConstructors
| Name | Description | 
|---|---|
| BulkOp() | 
Properties
| Name | Description | 
|---|---|
| Args | Root object for the named input arguments of the method. JSON property name: qArgs | 
| Id | The ID of the target object, according to Target. (Ignored if not needed.) JSON property name: qId | 
| Method | The method name to invoke. JSON property name: qMethod | 
| Target | If the value of Target is NX_TARGET_OBJ_ID, then the target is an app object identified by the Id value. Otherwise, it refers to a specific target. JSON property name: qTarget |