foundry-platform-python/docs/v2/Datasets/models/ViewPrimaryKeyResolution.md

17 lines
581 B
Markdown

# ViewPrimaryKeyResolution
Specifies how primary key conflicts are resolved within the view.
This is a discriminator type and does not contain any fields. Instead, it is a union
of of the models listed below.
This discriminator class uses the `type` field to differentiate between classes.
| Class | Value
| ------------ | -------------
PrimaryKeyResolutionUnique | unique
PrimaryKeyResolutionDuplicate | duplicate
[[Back to Model list]](../../../../README.md#models-v2-link) [[Back to API list]](../../../../README.md#apis-v2-link) [[Back to README]](../../../../README.md)