Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
9f2fd42f
Commit
9f2fd42f
authored
1 year ago
by
Praful Nalatwad
Browse files
Options
Downloads
Patches
Plain Diff
changed ☑ to ☑
parent
5514065f
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!270
Core ImmuDB package and TOTP plugin - Implementation
,
!269
Core ImmuDB package and TOTP plugin - Implementation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dalmdl/coreimmudb/README.md
+18
-18
dalmdl/coreimmudb/README.md
with
18 additions
and
18 deletions
dalmdl/coreimmudb/README.md
+
18
−
18
View file @
9f2fd42f
...
...
@@ -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 |
&#
9745
;
|
| 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 |
&#
9746
;
|
| 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 |
&#
x2611
;
|
| 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 |
&#
x2612
;
|
| 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()`**
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets