ingestOnWrite property

String? ingestOnWrite
getter/setter pair

The ingest-on-write policy for objects in the managed folder.

When set to enabled, objects are automatically ingested into the cache when they are written to the managed folder. Possible string values are:

  • "enabled" : Ingestion on write is explicitly enabled for the managed folder.
  • "unspecified" : Ingestion on write isn't specified at the managed folder level and is inherited from the parent resource's configuration. This is the default value.

Implementation

core.String? ingestOnWrite;