Enum UnknownPropertyHandling (2.5.0)

public enum UnknownPropertyHandling

Determines how unknown properties are handling when deserializing a Firestore document.

Namespace

Google.Cloud.Firestore

Assembly

Google.Cloud.Firestore.dll

Fields

NameDescription
Ignore

Unknown properties are silently ignored.

Throw

Unknown properties cause an exception to be thrown.

Warn

Unknown properties cause a warning, but no error.