TestLogStoreOperationType enum
Specifies set of possible operation type on log store.
Fields
| Read = 1 | Operation is scoped to read data only. |
| Create = 2 | Operation is scoped to create data only. |
| ReadAndCreate = 3 | Operation is scoped to read and create data. |