Enum FhirResourceCapability.ConditionalReadStatus
Values that represent conditional read status.
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum ConditionalReadStatus : int
Fields
| Name | Description |
|---|---|
| FullSupport | Conditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers. |
| ModifiedSince | Conditional reads are supported, but only with the If-Modified-Since HTTP Header. |
| NotMatch | Conditional reads are supported, but only with the If-None-Match HTTP Header. |
| NotSupported | No support for conditional reads. |