azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.CosmosOper...

27 строки
1.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.cosmos.CosmosOperationPolicy"
fullName: "com.azure.cosmos.CosmosOperationPolicy"
name: "CosmosOperationPolicy"
nameWithType: "CosmosOperationPolicy"
summary: "Represents a policy that can be used with <xref uid=\"com.azure.cosmos.CosmosClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosClientBuilder\"></xref> to customize the request sent to Azure Cosmos DB."
syntax: "public interface **CosmosOperationPolicy**"
methods:
- uid: "com.azure.cosmos.CosmosOperationPolicy.process(com.azure.cosmos.models.CosmosOperationDetails)"
fullName: "com.azure.cosmos.CosmosOperationPolicy.process(CosmosOperationDetails operationDetails)"
name: "process(CosmosOperationDetails operationDetails)"
nameWithType: "CosmosOperationPolicy.process(CosmosOperationDetails operationDetails)"
summary: "Processes the request details and calls the next policy in the chain."
modifiers:
- "abstract"
parameters:
- description: "The request details."
name: "operationDetails"
type: "<xref href=\"com.azure.cosmos.models.CosmosOperationDetails?alt=com.azure.cosmos.models.CosmosOperationDetails&text=CosmosOperationDetails\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void process(CosmosOperationDetails operationDetails)"
desc: "Processes the request details and calls the next policy in the chain."
type: "interface"
desc: "Represents a policy that can be used with <xref uid=\"com.azure.cosmos.CosmosClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosClientBuilder\"></xref> to customize the request sent to Azure Cosmos DB."
metadata: {}
package: "com.azure.cosmos"
artifact: com.azure:azure-cosmos:4.63.3