TableScrubEtagPolicy Class
- java.
lang. Object - com.
azure. data. tables. TableScrubEtagPolicy
- com.
Implements
public final class TableScrubEtagPolicy
implements 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
Constructor | Description |
---|---|
TableScrubEtagPolicy() |
Creates a TableScrubEtagPolicy. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Mono<Http |
process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
Wraps any potential error responses from the service and applies post processing of the response's e |
Methods inherited from java.lang.Object
Constructor Details
TableScrubEtagPolicy
public TableScrubEtagPolicy()
Creates a TableScrubEtagPolicy.
Method Details
process
public Mono
Wraps any potential error responses from the service and applies post processing of the response's eTag header to standardize the value.
Parameters:
Returns:
Applies to
Azure SDK for Java