Commit 9f2fd42f authored by Praful Nalatwad's avatar Praful Nalatwad
Browse files

changed &#9745 to &#x2611

parent 5514065f
Branches
Tags
2 merge requests!270Core ImmuDB package and TOTP plugin - Implementation,!269Core ImmuDB package and TOTP plugin - Implementation
Showing with 18 additions and 18 deletions
......@@ -117,24 +117,24 @@ AtRevision (`atRevision`) - This option is used to request specific revision for
### **Combination of `coreimmudb.GetOptions` which will work together.**
| AtTx | SinceTx | NoWait | AtRevision | Applies |
| :--: | :-----: | :----: | :--------: | :-----: |
| 0 | 0 | 0 | 0 | ☑ |
| 0 | 0 | 0 | 1 | ✓ |
| 0 | 0 | 1 | 0 | ✓ |
| 0 | 0 | 1 | 1 | ✓ |
| 0 | 1 | 0 | 0 | ✓ |
| 0 | 1 | 0 | 1 | ✓ |
| 0 | 1 | 1 | 0 | ✓ |
| 0 | 1 | 1 | 1 | ✓ |
| 1 | 0 | 0 | 0 | ✓ |
| 1 | 0 | 0 | 1 | ☒ |
| 1 | 0 | 1 | 0 | ✓ |
| 1 | 0 | 1 | 1 | ✗ |
| 1 | 1 | 0 | 0 | ✗ |
| 1 | 0 | 1 | 1 | ✗ |
| 1 | 1 | 1 | 0 | ✗ |
| 1 | 1 | 1 | 1 | ✗ |
| AtTx | SinceTx | NoWait | AtRevision | Applies |
| :--: | :-----: | :----: | :--------: | :------: |
| 0 | 0 | 0 | 0 | ☑ |
| 0 | 0 | 0 | 1 | ✓ |
| 0 | 0 | 1 | 0 | ✓ |
| 0 | 0 | 1 | 1 | ✓ |
| 0 | 1 | 0 | 0 | ✓ |
| 0 | 1 | 0 | 1 | ✓ |
| 0 | 1 | 1 | 0 | ✓ |
| 0 | 1 | 1 | 1 | ✓ |
| 1 | 0 | 0 | 0 | ✓ |
| 1 | 0 | 0 | 1 | ☒ |
| 1 | 0 | 1 | 0 | ✓ |
| 1 | 0 | 1 | 1 | ✗ |
| 1 | 1 | 0 | 0 | ✗ |
| 1 | 0 | 1 | 1 | ✗ |
| 1 | 1 | 1 | 0 | ✗ |
| 1 | 1 | 1 | 1 | ✗ |
**Note :-** These Options only work with **`GetKeyData() and GetVerifiedKeyData()`** and does not work with **`GetAllKeysData() and GetKeyHistory()`**.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment