mirror of
https://github.com/pikami/cosmium.git
synced 2026-01-31 15:22:58 +00:00
Implement continuation tokens
This commit is contained in:
@@ -13,6 +13,8 @@ const (
|
||||
ItemCount = "x-ms-item-count"
|
||||
LSN = "lsn"
|
||||
XDate = "x-ms-date"
|
||||
MaxItemCount = "x-ms-max-item-count"
|
||||
ContinuationToken = "x-ms-continuation"
|
||||
|
||||
// Kinda retarded, but what can I do ¯\_(ツ)_/¯
|
||||
IsQuery = "x-ms-documentdb-isquery" // Sent from python sdk and web explorer
|
||||
|
||||
Reference in New Issue
Block a user