schematizedParsingType property

String? schematizedParsingType
getter/setter pair

Determines how messages that fail to parse are handled. Possible string values are:

  • "SCHEMATIZED_PARSING_TYPE_UNSPECIFIED" : Unspecified schematized parsing type, equivalent to SOFT_FAIL.
  • "SOFT_FAIL" : Messages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.
  • "HARD_FAIL" : Messages that fail to parse are rejected from ingestion/insertion and return an error code.

Implementation

core.String? schematizedParsingType;