CacheConfig class

Configuration of the cache volume.

Constructors

CacheConfig({CachePrePopulate? cachePrePopulate, String? cachePrePopulateState, bool? cifsChangeNotifyEnabled, bool? writebackEnabled})
CacheConfig.fromJson(Map json_)

Properties

cachePrePopulate CachePrePopulate?
Pre-populate cache volume with data from the origin volume.
getter/setter pair
cachePrePopulateState String?
State of the prepopulation job indicating how the prepopulation is progressing.
getter/setter pair
cifsChangeNotifyEnabled bool?
Flag indicating whether a CIFS change notification is enabled for the FlexCache volume.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writebackEnabled bool?
Flag indicating whether writeback is enabled for the FlexCache volume.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited