Class ETag

java.lang.Object
com.azure.core.util.ETag

public final class ETag extends Object
This class represents an HTTP ETag. A ETag value could be strong or weak ETag. More information, check https://en.wikipedia.org/wiki/HTTP_ETag
  • Field Details

    • ALL

      public static final ETag ALL
      The asterisk is a special value representing any resource.
  • Constructor Details

    • ETag

      public ETag(String eTag)
      Creates a new instance of ETag.
      Parameters:
      eTag - The HTTP entity tag string value.
  • Method Details