AtMetadataUtil class

Constructors

AtMetadataUtil()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

getBoolVerbParams(String? arg1) bool
validateCascadeDelete(int? ttr, bool? isCascade) bool?
Throws InvalidSyntaxException if ttr is 0 or null.
validateTTB(String? ttb) int
Accepts a string which represents the MillisecondsSinceEpoch Returns ttlMs which is time_to_birth in MilliSecondsSinceEpoch Method ensures ttb has a valid value
validateTTL(String? ttl) int
Accepts a string which represents the MillisecondsSinceEpoch Returns ttlMs which is time_to_live in MilliSecondsSinceEpoch Method ensures ttl has a valid value
validateTTR(int? ttrMs) int?