Class ETag

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

public final class ETag extends Object
This class represents an HTTP ETag. An ETag value could be strong or weak ETag. For more information, check out Wikipedia's 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