Skip to main content

FieldRemover

A constructor object to specify Field's to remove or delete in various operations.

from StructNoSQL import FieldRemover
FieldRemover(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 :