IngestionMode type
Describes how to ingest the records in the file.
KnownIngestionMode can be used interchangeably with IngestionMode,
this enum contains the known values that the service supports.
Known values supported by the service
IngestOnlyIfAllAreValid: No records should be ingested when invalid records are detected.
IngestAnyValidRecords: Valid records should still be ingested when invalid records are detected.
Unspecified: Unspecified
type IngestionMode = string