Package com.azure.cosmos.models
Class CosmosTriggerResponse
java.lang.Object
com.azure.cosmos.models.CosmosResponse<CosmosTriggerProperties>
com.azure.cosmos.models.CosmosTriggerResponse
The type Cosmos trigger response.
-
Method Summary
Modifier and TypeMethodDescriptionGets the cosmos trigger properties or nullMethods inherited from class com.azure.cosmos.models.CosmosResponse
getActivityId, getCurrentResourceQuotaUsage, getDiagnostics, getDuration, getMaxResourceQuota, getRequestCharge, getResponseHeaders, getSessionToken, getStatusCode
-
Method Details
-
getProperties
Gets the cosmos trigger properties or null- Overrides:
getProperties
in classCosmosResponse<CosmosTriggerProperties>
- Returns:
CosmosTriggerProperties
-