Skip to main content

FieldGetter

A constructor object to specify Field's to retrieve in various operations.

from StructNoSQL import FieldGetter
FieldGetter(field_path=str, query_kwargs=Optional[dict])

Usage#

Parameters#

Property nameRequiredAccepted typesDefaultDescription
field_pathYESstr-The path expression to target the attribute to set/update in your record. See Field path selectors
query_kwargsNOdictNoneUsed to pass data to populate a field_path that contains keys. See example below :