[]
The command type of CollectionView's request.
public enum CommandType
| Name | Description |
|---|---|
| BatchEdit | The type of batch modifying data. |
| Create | The type of creating data. |
| Delete | The type of deleting data. |
| Read | The type of reading data. |
| Update | The type of updating data. |