[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `ETagAction` enum defines how an ETag is handled in requests, allowing control over header usage."],["Available `ETagAction` options include `Default`, `IfMatch`, `IfNoneMatch`, and `Ignore`, each dictating a different behavior for ETag headers."],["`IfMatch` requires ETags to be identical for a request to succeed, whereas `IfNoneMatch` requires them to be different."],["`Ignore` will not add any ETag to the header, and `Default` will act accordingly based on the type of request."],["This namespace includes the `ThrowIfNull` extension method, which can be used to manage `ETagAction` parameters and strings."]]],[]]