Last active
January 2, 2018 08:35
-
-
Save gippy/13f7dbe90b1dd23bb6846555d2f3d8c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SequentialStore = { | |
id: Unique ID, | |
owner: Owners ID, | |
itemsCount: Number, | |
persistedItemsCount: Number, | |
keys: Set, | |
fields: Set, | |
uploadedBytes: Number, | |
downloadedBytes: Number, | |
s3GetCount: Number, | |
s3PutCount: Number, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment