public class CosmosStoredProcedureResponse extends CosmosResponse<CosmosStoredProcedureProperties>
Modifier and Type | Method and Description |
---|---|
String |
getActivityId()
Gets the Activity ID for the request.
|
CosmosStoredProcedureProperties |
getProperties()
Gets cosmos stored procedure properties.
|
double |
getRequestCharge()
Gets the number of index paths (terms) generated by the operation.
|
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 cosmos sync stored procedure.
|
String |
responseAsString()
Response as string string.
|
String |
scriptLog()
Script log string.
|
getCosmosResponseDiagnostics, getCurrentResourceQuotaUsage, getMaxResourceQuota, getRequestLatency, getResponseHeaders
public CosmosStoredProcedureProperties getProperties()
getProperties
in class CosmosResponse<CosmosStoredProcedureProperties>
public CosmosStoredProcedure getStoredProcedure()
public String getActivityId()
CosmosResponse
getActivityId
in class CosmosResponse<CosmosStoredProcedureProperties>
public String getSessionToken()
CosmosResponse
getSessionToken
in class CosmosResponse<CosmosStoredProcedureProperties>
public int getStatusCode()
CosmosResponse
getStatusCode
in class CosmosResponse<CosmosStoredProcedureProperties>
public double getRequestCharge()
CosmosResponse
getRequestCharge
in class CosmosResponse<CosmosStoredProcedureProperties>
public String responseAsString()
public String scriptLog()
Copyright © 2020 Microsoft Corporation. All rights reserved.