public class CosmosStoredProcedureResponse extends CosmosResponse<CosmosStoredProcedureSettings>
resourceResponseWrapper| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Gets the Activity ID for the request.
|
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.
|
CosmosStoredProcedure |
getStoredProcedure()
Gets the stored procedure object
|
CosmosStoredProcedureSettings |
getStoredProcedureSettings()
Gets the stored procedure settings
|
getCurrentResourceQuotaUsage, getIndexTransformationProgress, getLazyIndexingProgress, getMaxResourceQuota, getResourceSettings, getResponseHeaders, setResourceSettingspublic CosmosStoredProcedureSettings getStoredProcedureSettings()
public CosmosStoredProcedure getStoredProcedure()
public String getActivityId()
getActivityId in class CosmosResponse<CosmosStoredProcedureSettings>public String getSessionToken()
getSessionToken in class CosmosResponse<CosmosStoredProcedureSettings>public int getStatusCode()
getStatusCode in class CosmosResponse<CosmosStoredProcedureSettings>public double getRequestCharge()
getRequestCharge in class CosmosResponse<CosmosStoredProcedureSettings>public String getResponseAsString()
public String getScriptLog()
Copyright © 2019. All rights reserved.