Optional
Readonly
matchesETagValid if matching any of the given ETags.
Optional
Readonly
modifiedValid if modified since the given date.
Optional
Readonly
notValid if not matching any of the given ETags.
Optional
Readonly
unmodifiedValid if not modified since the given date.
Checks validity based on the given metadata.
Optional
metadata: RepresentationMetadataMetadata of the representation. Undefined if the resource does not exist.
Optional
strict: booleanHow to compare the ETag related headers. If true, exact string matching will be used to compare with the ETag for the given metadata. If false, it will take into account that content negotiation might still happen which can change the ETag.
Stores all the relevant Conditions values and matches them based on RFC7232.