Package com.azure.cosmos.models
Class CosmosClientEncryptionKeyResponse
java.lang.Object
com.azure.cosmos.models.CosmosResponse<CosmosClientEncryptionKeyProperties>
com.azure.cosmos.models.CosmosClientEncryptionKeyResponse
public final class CosmosClientEncryptionKeyResponse
extends CosmosResponse<CosmosClientEncryptionKeyProperties>
The type Cosmos client encryption key response.
-
Method Summary
Modifier and TypeMethodDescriptionGets the cosmos client encryption key propertiesMethods inherited from class com.azure.cosmos.models.CosmosResponse
getActivityId, getCurrentResourceQuotaUsage, getDiagnostics, getDuration, getMaxResourceQuota, getRequestCharge, getResponseHeaders, getSessionToken, getStatusCode
-
Method Details
-
getProperties
Gets the cosmos client encryption key properties- Overrides:
getProperties
in classCosmosResponse<CosmosClientEncryptionKeyProperties>
- Returns:
CosmosUserProperties
-