azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.common.po...

70 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.common.policy.ScrubEtagPolicy"
fullName: "com.azure.storage.common.policy.ScrubEtagPolicy"
name: "ScrubEtagPolicy"
nameWithType: "ScrubEtagPolicy"
summary: "Wraps any potential error responses from the service and applies post-processing of the response's e<wbr>Tag header to standardize the value."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **ScrubEtagPolicy**</br> implements <xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.storage.common.policy.ScrubEtagPolicy.ScrubEtagPolicy()"
fullName: "com.azure.storage.common.policy.ScrubEtagPolicy.ScrubEtagPolicy()"
name: "ScrubEtagPolicy()"
nameWithType: "ScrubEtagPolicy.ScrubEtagPolicy()"
summary: "Creates a new instance of <xref uid=\"com.azure.storage.common.policy.ScrubEtagPolicy\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ScrubEtagPolicy\"></xref>."
syntax: "public ScrubEtagPolicy()"
desc: "Creates a new instance of <xref uid=\"com.azure.storage.common.policy.ScrubEtagPolicy\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ScrubEtagPolicy\"></xref>."
methods:
- uid: "com.azure.storage.common.policy.ScrubEtagPolicy.process(com.azure.core.http.HttpPipelineCallContext,com.azure.core.http.HttpPipelineNextPolicy)"
fullName: "com.azure.storage.common.policy.ScrubEtagPolicy.process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
name: "process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
nameWithType: "ScrubEtagPolicy.process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
summary: "Wraps any potential error responses from the service and applies post-processing of the response's e<wbr>Tag header to standardize the value."
parameters:
- name: "context"
type: "<xref href=\"com.azure.core.http.HttpPipelineCallContext?alt=com.azure.core.http.HttpPipelineCallContext&text=HttpPipelineCallContext\" data-throw-if-not-resolved=\"False\" />"
- name: "next"
type: "<xref href=\"com.azure.core.http.HttpPipelineNextPolicy?alt=com.azure.core.http.HttpPipelineNextPolicy&text=HttpPipelineNextPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
desc: "Wraps any potential error responses from the service and applies post-processing of the response's eTag header to standardize the value."
returns:
description: "an updated response with post-processing steps applied."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.HttpResponse?alt=com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.storage.common.policy.ScrubEtagPolicy.processSync(com.azure.core.http.HttpPipelineCallContext,com.azure.core.http.HttpPipelineNextSyncPolicy)"
fullName: "com.azure.storage.common.policy.ScrubEtagPolicy.processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy next)"
name: "processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy next)"
nameWithType: "ScrubEtagPolicy.processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy next)"
summary: "Wraps any potential error responses from the service and applies post-processing of the response's e<wbr>Tag header to standardize the value."
parameters:
- name: "context"
type: "<xref href=\"com.azure.core.http.HttpPipelineCallContext?alt=com.azure.core.http.HttpPipelineCallContext&text=HttpPipelineCallContext\" data-throw-if-not-resolved=\"False\" />"
- name: "next"
type: "<xref href=\"com.azure.core.http.HttpPipelineNextSyncPolicy?alt=com.azure.core.http.HttpPipelineNextSyncPolicy&text=HttpPipelineNextSyncPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpResponse processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy next)"
desc: "Wraps any potential error responses from the service and applies post-processing of the response's eTag header to standardize the value."
returns:
description: "an updated response with post-processing steps applied."
type: "<xref href=\"com.azure.core.http.HttpResponse?alt=com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Wraps any potential error responses from the service and applies post-processing of the response's eTag header to standardize the value."
implements:
- "<xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.storage.common.policy"
artifact: com.azure:azure-storage-common:12.27.1