public interface TableStoreCallback<Request,Response>
void onCompleted(Request req, Response res)
req - The user's requestres - The result of the user's requestvoid onFailed(Request req, Exception ex)
req - The user's requestex - If the request returns an invalid result or a network exception occurs, it will be a ClientException; if the exception is returned by the TableStore service, it will be a TableStoreException.Copyright © 2025. All Rights Reserved.