deprecatedPersistentDirectory property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? deprecatedPersistentDirectory
getter/setter pair

The location of the persistent state for this range, as a persistent directory in the worker local filesystem.

Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? deprecatedPersistentDirectory;