public class CosmosStoredProcedureResponse extends CosmosResponse<CosmosStoredProcedureProperties>
Modifier and Type | Method and Description |
---|---|
String |
activityId()
Gets the Activity ID for the request.
|
CosmosStoredProcedureProperties |
properties()
Gets the stored procedure properties
|
double |
requestCharge()
Gets the number of index paths (terms) generated by the operation.
|
String |
responseAsString()
Gets the response of the stored procedure as a string.
|
String |
scriptLog()
Gets the output from stored procedure console.log() statements.
|
String |
sessionToken()
Gets the token used for managing client's consistency requirements.
|
int |
statusCode()
Gets the HTTP status code associated with the response.
|
CosmosStoredProcedure |
storedProcedure()
Gets the stored procedure object
|
cosmosResponseDiagnosticsString, currentResourceQuotaUsage, maxResourceQuota, requestLatency, responseHeaders
public CosmosStoredProcedureProperties properties()
public CosmosStoredProcedure storedProcedure()
public String activityId()
activityId
in class CosmosResponse<CosmosStoredProcedureProperties>
public String sessionToken()
sessionToken
in class CosmosResponse<CosmosStoredProcedureProperties>
public int statusCode()
statusCode
in class CosmosResponse<CosmosStoredProcedureProperties>
public double requestCharge()
requestCharge
in class CosmosResponse<CosmosStoredProcedureProperties>
public String responseAsString()
public String scriptLog()
Copyright © 2019. All rights reserved.