# Functions
No description provided by the author
ImportTuples receives a client.ClientWriteRequest and imports the tuples to the store.
# Constants
MaxParallelRequests Limit the parallel writes to the API.
MaxTuplesPerWrite Limit the tuples in a single batch.
# Variables
MaxReadChangesPagesLength Limit the changes so that we are not paginating indefinitely.
MaxReadPagesLength Limit the tuples so that we are not paginating indefinitely.
TupleCmd represents the tuple command.
# Structs
No description provided by the author