public class CosmosAsyncStoredProcedureResponse extends CosmosResponse<CosmosStoredProcedureProperties>
Modifier and Type | Method and Description |
---|---|
String |
getActivityId()
Gets the Activity ID for the request.
|
CosmosStoredProcedureProperties |
getProperties()
Gets the stored procedure properties
|
double |
getRequestCharge()
Gets the number of index paths (terms) generated by the operation.
|
String |
getResponseAsString()
Gets the response of the stored procedure as a string.
|
String |
getScriptLog()
Gets the output from stored procedure console.log() statements.
|
String |
getSessionToken()
Gets the token used for managing client's consistency requirements.
|
int |
getStatusCode()
Gets the HTTP status code associated with the response.
|
CosmosAsyncStoredProcedure |
getStoredProcedure()
Gets the stored procedure object
|
getCosmosResponseDiagnostics, getCurrentResourceQuotaUsage, getMaxResourceQuota, getRequestLatency, getResponseHeaders
public CosmosStoredProcedureProperties getProperties()
getProperties
in class CosmosResponse<CosmosStoredProcedureProperties>
public CosmosAsyncStoredProcedure getStoredProcedure()
public String getActivityId()
getActivityId
in class CosmosResponse<CosmosStoredProcedureProperties>
public String getSessionToken()
getSessionToken
in class CosmosResponse<CosmosStoredProcedureProperties>
public int getStatusCode()
getStatusCode
in class CosmosResponse<CosmosStoredProcedureProperties>
public double getRequestCharge()
getRequestCharge
in class CosmosResponse<CosmosStoredProcedureProperties>
public String getResponseAsString()
public String getScriptLog()
Copyright © 2020 Microsoft Corporation. All rights reserved.