Package com.azure.cosmos.models
Class CosmosUserDefinedFunctionResponse
java.lang.Object
com.azure.cosmos.models.CosmosResponse<CosmosUserDefinedFunctionProperties>
com.azure.cosmos.models.CosmosUserDefinedFunctionResponse
public class CosmosUserDefinedFunctionResponse
extends CosmosResponse<CosmosUserDefinedFunctionProperties>
The type Cosmos user defined function response.
-
Method Summary
Modifier and TypeMethodDescriptionGets the cosmos getUser defined function getPropertiesMethods inherited from class com.azure.cosmos.models.CosmosResponse
getActivityId, getCurrentResourceQuotaUsage, getDiagnostics, getDuration, getMaxResourceQuota, getRequestCharge, getResponseHeaders, getSessionToken, getStatusCode
-
Method Details
-
getProperties
Gets the cosmos getUser defined function getProperties- Overrides:
getProperties
in classCosmosResponse<CosmosUserDefinedFunctionProperties>
- Returns:
- the cosmos getUser defined function getProperties
-