Class TableScrubEtagPolicy

java.lang.Object
com.azure.data.tables.TableScrubEtagPolicy
All Implemented Interfaces:
HttpPipelinePolicy

public final class TableScrubEtagPolicy extends Object 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 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 interface HttpPipelinePolicy
      Parameters:
      context - The request context.
      next - The next policy to invoke.
      Returns:
      an updated response with post processing steps applied.