azure mobile services - Can the .NET client send updates in batches during a PushAsync instead of one row at a time? -


we have azure mobile app application using .net client library of azure mobile apps. whenever pullasync, client pulls down data in batches of 50 records per http request/response. pushasync sends one patch http request per modified row. our use case involves update of potentially hundreds of rows, slow.

is possible tell azure mobile apps batch several updates 1 http request during push?

another (related) issue push sends entire row modified, not modified fields. increases json size unnecessarily. possible tell azure mobile apps include modified columns in json?

no, "batch update" functionality not directly available. can simulate custom api, have careful on sequencing.

the push needs send fields - pretty requirement of wire protocol.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -