We are excited to announce our new API Documentation.
Protected
Optional
AbortCommand to abort the current transaction.
Optional
CommitCommand to commit the specified transaction.
Optional
EndCommand to end the current session.
Optional
ExecuteCommand to execute a statement in the specified transaction.
Optional
FetchCommand to fetch a page.
Optional
SessionSpecifies the session token for the current command. A session token is constant throughout the life of the session.
To obtain a session token, run the StartSession
command. This
SessionToken
is required for every subsequent command that is issued during
the current session.
Optional
StartCommand to start a new session. A session token is obtained as part of the response.
Optional
StartCommand to start a new transaction.
The input for SendCommandCommand.