Package com.azure.data.tables
Class TableScrubEtagPolicy
java.lang.Object
com.azure.data.tables.TableScrubEtagPolicy
- All Implemented Interfaces:
HttpPipelinePolicy
Wraps any potential error responses from the service and applies post processing of the response's eTag header to
standardize the value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(HttpPipelineCallContext context, HttpPipelineNextPolicy next) Wraps any potential error responses from the service and applies post processing of the response's eTag header to standardize the value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy
getPipelinePosition, processSync
-
Constructor Details
-
TableScrubEtagPolicy
public TableScrubEtagPolicy()
-
-
Method Details
-
process
Wraps any potential error responses from the service and applies post processing of the response's eTag header to standardize the value.- Specified by:
process
in interfaceHttpPipelinePolicy
- Parameters:
context
- The request context.next
- The next policy to invoke.- Returns:
- an updated response with post processing steps applied.
-