Per-call options for Storage set().

Hierarchy

  • SetOptions

Properties

Properties

skipIfUnchanged?: boolean

When true, skips the network write if the serialized value matches the last value known to be stored for this key (from a previous successful set() or get()). Overrides the configured default. Default: true.