TuningPolicy

Undocumented in source.

Members

Properties

hasMaxWrite
bool hasMaxWrite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasMinWrite
bool hasMinWrite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
immutable(Ref) id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromRec
TuningPolicy fromRec(immutable(Dict) record)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

maxWriteInterval
Duration maxWriteInterval;
Undocumented in source.
minWriteInterval
Duration minWriteInterval;
Undocumented in source.
name
string name;
Undocumented in source.
pollInterval
Duration pollInterval;
Undocumented in source.
record
Dict record;
Undocumented in source.
staleExpiration
Duration staleExpiration;
Undocumented in source.

Meta