Partager via


TableScrubEtagPolicy Class

  • java.lang.Object
    • com.azure.data.tables.TableScrubEtagPolicy

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<HttpResponse> process(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 java.lang.Object

Constructor Details

TableScrubEtagPolicy

public TableScrubEtagPolicy()

Creates a TableScrubEtagPolicy.

Method Details

process

public Mono process(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.

Parameters:

context
next

Returns:

an updated response with post processing steps applied.

Applies to