Enum UnknownPropertyHandling
Determines how unknown properties are handling when deserializing a Firestore document.
Namespace: Google.Cloud.Firestore
Assembly: Google.Cloud.Firestore.dll
Syntax
public enum UnknownPropertyHandling
Fields
Name | Description |
---|---|
Ignore | Unknown properties are silently ignored. |
Throw | Unknown properties cause an exception to be thrown. |
Warn | Unknown properties cause a warning, but no error. |