Skip to content

Instantly share code, notes, and snippets.

@gippy
Last active January 2, 2018 08:35
Show Gist options
  • Save gippy/13f7dbe90b1dd23bb6846555d2f3d8c6 to your computer and use it in GitHub Desktop.
Save gippy/13f7dbe90b1dd23bb6846555d2f3d8c6 to your computer and use it in GitHub Desktop.
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