你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

HttpResponse processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy 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<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.

Parameters:

context
next

Returns:

an updated response with post-processing steps applied.

processSync

public HttpResponse processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy 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