Show / Hide Table of Contents

Enum FhirCapResource.ConditionalDeletePolicy

Values that represent conditional delete policies.

Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum ConditionalDeletePolicy : int

Fields

Name Description
Multiple

Conditional deletes are supported, and multiple resources can be deleted in a single interaction.

NotSupported

No support for conditional deletes.

Single

Conditional deletes are supported, but only single resources at a time.

  • Improve this Doc
  • View Source
In This Article
  • Fields
Back to top Generated by DocFX