Firestore API - Enum UnknownPropertyHandling (3.6.0)

public enum UnknownPropertyHandling

Reference documentation and code samples for the Firestore API 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.